mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Initial Version
This commit is contained in:
commit
76ee2dd12c
91 changed files with 7690 additions and 0 deletions
9
themes/hyde-x/layouts/404.html
Normal file
9
themes/hyde-x/layouts/404.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ partial "head.html" . }}
|
||||
<div class="content container">
|
||||
<div class="post">
|
||||
<h1>404 Not Found</h1>
|
||||
<p>What you're looking for isn't here, sorry!</p>
|
||||
<p><a href="{{ "/" | absURL }}">← Click here to go back home</a></p>
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "foot.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue