summaryrefslogtreecommitdiffstats
path: root/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..a4ab2b7
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,14 @@
+{{ define "main" }}
+<main>
+ <div class="container-lg clearfix">
+ <!-- list -->
+ <div class="col-md-9 col-12 float-left" id="content">
+ <span id="not-found">404 NOT FOUND</span>
+ </div>
+ <!-- sidebar -->
+ <div class="col-md-3 col-12 float-left" id="sidebar">
+ {{ partial "sidebar.html" . }}
+ </div>
+ </div>
+</main>
+{{ end }} \ No newline at end of file