initial commit

This commit is contained in:
2019-03-18 16:50:46 +01:00
commit 9babd3cb56
74 changed files with 12928 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{{ partial "head" . }}
<body>
<div id="wrap">
{{ partial "header" . }}
<div class="container">
<div class="page-not-found">
<h3>Uh oh! Page not found!</h3>
</div>
</div>
</div>
{{ partial "footer" . }}
</body>
</html>