initial commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user