-
Notifications
You must be signed in to change notification settings - Fork 8
/
404.html
42 lines (26 loc) · 1.11 KB
/
404.html
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
34
35
36
37
38
39
40
41
42
<!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">
<meta name="description" content="A chess timer built with Javascript, HTML, and CSS">
<meta name="author" content="Brandon Wallace">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="css/style.css">
<title>404 chess timer</title>
</head>
<body>
<header>
<h1>404 Page Not found</h1>
</header>
<main>
<img src="images/chess-36331_1280.png" alt="chess pieces">
</main>
<footer>
<p class="footer__link">Image by <a href="https://pixabay.com/users/clker-free-vector-images-3736/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=36331" rel="noreferrer" target="_blank">Clker-Free-Vector-Images</a> from Pixabay.</p>
</footer>
<script src="js/script.js"></script>
</body>
</html>