Made 404 page, minecraft server page, and whitelist page.
This commit is contained in:
parent
39f2d87b3f
commit
038968ea28
17 changed files with 518 additions and 198 deletions
26
404.html
Normal file
26
404.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>404: Not Found | Halfheart.net</title>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link rel="manifest" href="site.webmanifest">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="header.js" defer></script>
|
||||
<site-header></site-header>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Error 404: Page not found</h1>
|
||||
<p>More like left ventricle not found, amirite?<br><br>For more information visit: <a
|
||||
href="https://en.wikipedia.org/wiki/Hypoplastic_left_heart_syndrome">https://en.wikipedia.org/wiki/Hypoplastic_left_heart_syndrome</a>
|
||||
</p>
|
||||
</body>
|
||||
<site-footer></site-footer>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue