mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
24 lines
No EOL
564 B
HTML
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> |