fediparty/themes/starter/layout/404.ejs

10 lines
173 B
Plaintext
Raw Normal View History

2018-03-12 19:31:14 +00:00
---
layout: layout
---
<div class="card error__card">
<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>