-
Notifications
You must be signed in to change notification settings - Fork 10
/
404.html
21 lines (20 loc) · 1.02 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Error: 404 - Steve's HTML Minecraft Template</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/credits.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body class="creditsScroll">
<main class="middle">
<img alt="Minecraft" id="credits-logo" src="img/minecraft.png" />
<p class="heading">====================<br><span>Error: 404 Not Found</span><br>====================</p>
<p>The webpage you are looking for might have been removed, had its name changed, or is temporarily unavailable.</p>
</main>
<footer> <span class="left">Template made by <a class="bold" href="https://github.com/Steve-Tech">Steve</a>.</span> <span class="right">This site is not an official Minecraft product, nor is it approved by or associated with Mojang.</span> </footer>
</body>
</html>