TidGi-Desktop/docs/404.html
2019-08-30 11:41:23 +07:00

24 lines
No EOL
564 B
HTML

---
title: '404'
---
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{% include head.html %}
<body>
<section class="hero is-link is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title is-1 is-spaced">
404 - Page Not Found
</h1>
<h2 class="subtitle">
<a href="/" class="is-text-link">Take me back to singleboxapp.com</a>
</h2>
</div>
</div>
</section>
</body>
</html>