15 lines
442 B
Plaintext
15 lines
442 B
Plaintext
```
|
|
metadata.title = "Not Found"
|
|
metadata.layout = "default.html.ejs"
|
|
```
|
|
|
|
<div class="main error-page">
|
|
<h1 class="page-heading">Unable to find what you were looking for.</h1>
|
|
<h3>Try searching:</h3>
|
|
<form action="https://www.google.com/search" method="GET">
|
|
<input type="hidden" name="q" value="site:shadowfacts.net">
|
|
<input type="text" name="q" id="q" placeholder="Search...">
|
|
<input type="submit" value="Search">
|
|
</form>
|
|
</div>
|