initial commit
This commit is contained in:
commit
15fc415301
30 changed files with 4359 additions and 0 deletions
10
public/templates/404.html
Normal file
10
public/templates/404.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{>header}}
|
||||
<main class="error_container">
|
||||
<img src="images/robot-404.svg" alt="Image of broken robot." />
|
||||
<div class="error_content">
|
||||
<h1>Aw! snap</h1>
|
||||
<h2>404 Page Not Found!</h2>
|
||||
<p>Go to <a href="/">search page</a></p>
|
||||
</div>
|
||||
</main>
|
||||
{{>footer}}
|
Loading…
Add table
Add a link
Reference in a new issue