guida-fediverso/themes/starter/layout/404.ejs

10 lines
173 B
Plaintext
Raw Normal View History

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