forked from Scratch-Empires/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
33 lines (30 loc) · 1.22 KB
/
404.html
File metadata and controls
33 lines (30 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap" rel="stylesheet">
<title>Scratch Empires Website</title>
<link rel="icon" type="image/x-icon" href="./images/Favicon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styleA.css">
</head>
<body id="err">
<div class="navbar">
<a href="./" id="otheritem">Home</a>
<a href="./news.html">Announcements</a>
<a href="./admins.html">Admins</a>
<a href="./contact.html">Contact</a>
<a href="./seasons.html">Seasons</a>
</div>
<div class="container">
<div class="main-content" id="err">
<h1>404... Not Found?</h1>
<div class="caption">Check the spelling! Here's Kat for now.</div>
<img src="./images/Kat404.png" alt="'I can't find the specified file.' -Kat">
</div>
</div>
<div class="footer">
</div>
</body></html>