fediparty/themes/starter/layout/404.ejs

10 lines
173 B
Plaintext

---
layout: layout
---
<div class="card error__card">
<h1 class="">404</h1>
<h2>This isn't the page you're looking for.</h2>
<h4><a href="/">Go back?</a></h4>
</div>