mirror of
https://github.com/xplosionmind/quitsocialmedia.club.git
synced 2025-01-03 03:39:12 +01:00
35 lines
623 B
HTML
35 lines
623 B
HTML
|
---
|
||
|
permalink: /404.html
|
||
|
layout: none
|
||
|
sitemap: false
|
||
|
---
|
||
|
<!DOCTYPE html>
|
||
|
<head>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<meta charset="UTF-8">
|
||
|
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||
|
<title>404 | XPLOSIONMIND</title>
|
||
|
<style>
|
||
|
h1, a, .container, #intro {
|
||
|
text-align: center;
|
||
|
color: var(--white);
|
||
|
}
|
||
|
#landing h1 {
|
||
|
font-size: 8rem;
|
||
|
margin: 0;
|
||
|
}
|
||
|
pre {
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a class="container" href="/home">
|
||
|
<div id="landing">
|
||
|
<h1>404</h1>
|
||
|
<br /><pre>page not found. Click anywhere to go back</pre>
|
||
|
</div>
|
||
|
</a>
|
||
|
</body>
|
||
|
</html>
|