Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ExchangeRate-API/strange-case.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkbm <david@rooikat.com>2016-08-25 20:45:25 +0300
committerdkbm <david@rooikat.com>2016-08-25 20:45:25 +0300
commitcd1c50614f0fab64556484d183b6e2962fd11205 (patch)
tree32eef90ccb389797320820d843bec98ee714038b /layouts/404.html
Initial commit.
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..ba269d8
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,28 @@
+{{ partial "header.html" . }}
+
+ <div class="container-fluid">
+ <div class="row">
+ <div class="col-sm-4 col-md-3 col-lg-3 sidebar">
+
+ {{ partial "sidebar-content.html" . }}
+
+ </div>
+ <div class="col-sm-7 col-sm-offset-4 col-md-6 col-md-offset-3 col-lg-5 col-lg-offset-3 content">
+
+ <div class="post">
+
+ <div class="post-heading">
+ <h1>404 Not Found</h1>
+ <p>Unfortunately we couldn't find the page you requested.</p>
+ <p><a href="{{ .Site.BaseURL }}">Return to {{ .Site.Title }}</a></p>
+ </div>
+
+ </div>
+
+ </div>
+ <div class="col-sm-1 col-md-3 col-md-4">
+ </div>
+ </div>
+ </div>
+
+{{ partial "footer.html" . }} \ No newline at end of file