shadowfacts.net/site/404.html.ejs

15 lines
442 B
Plaintext
Raw Permalink Normal View History

2019-01-04 18:14:53 +00:00
```
metadata.title = "Not Found"
metadata.layout = "default.html.ejs"
```
2019-09-17 19:30:47 +00:00
<div class="main error-page">
2019-01-04 18:14:53 +00:00
<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>
2019-09-17 19:30:47 +00:00
</div>