1
0
Mirror von https://github.com/bspeice/speice.io synchronisiert 2025-07-02 06:16:22 -04:00
Dieser Commit ist enthalten in:
2024-11-10 16:36:22 -05:00
Ursprung 8e1c7725c1
Commit 9cc2bd2782
76 geänderte Dateien mit 3860 neuen und 4137 gelöschten Zeilen

24
404.html Normale Datei
Datei anzeigen

@ -0,0 +1,24 @@
---
layout: page
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>