diff --git a/lib/sukaato_web/controllers/error_html/404.html.heex b/lib/sukaato_web/controllers/error_html/404.html.heex
new file mode 100644
index 0000000..4fe17a0
--- /dev/null
+++ b/lib/sukaato_web/controllers/error_html/404.html.heex
@@ -0,0 +1,30 @@
+
+<% _rel_proj_root = "../../../.." %>
+
+ <.html_head site_name={@config["site"]["name"]} site_author={@config["site"]["author"]} site_desc={@config["site"]["desc"]} />
+
+
+
+
+
+
+
+
+
+
+
+ error_code error_label
+
+
+
+ error_message
trace
+
+
+
+
+
+
+
+ <.html_foot />
+
+
\ No newline at end of file
diff --git a/lib/sukaato_web/controllers/error_html/500.html.heex b/lib/sukaato_web/controllers/error_html/500.html.heex
new file mode 100644
index 0000000..4fe17a0
--- /dev/null
+++ b/lib/sukaato_web/controllers/error_html/500.html.heex
@@ -0,0 +1,30 @@
+
+<% _rel_proj_root = "../../../.." %>
+
+ <.html_head site_name={@config["site"]["name"]} site_author={@config["site"]["author"]} site_desc={@config["site"]["desc"]} />
+
+
+
+
+
+
+
+
+
+
+
+ error_code error_label
+
+
+
+ error_message
trace
+
+
+
+
+
+
+
+ <.html_foot />
+
+
\ No newline at end of file