fediparty/themes/starter/layout/404.ejs

11 lines
169 B
Plaintext
Raw Normal View History

2018-03-22 01:41:55 +00:00
2018-03-12 19:31:14 +00:00
---
layout: layout
---
2018-03-22 01:41:55 +00:00
<div class="error__page">
2018-03-12 19:31:14 +00:00
<h1 class="">404</h1>
2018-03-21 23:36:33 +00:00
<h2>This isn't the page you're looking for.</h2>
<h4><a href="/">Go back?</a></h4>
2018-03-12 19:31:14 +00:00
</div>