generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
20 lines (20 loc) · 894 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="rock paper scissor lizard spock">
<meta name="description" content="An expanded game of rock paper scissor with an element of chance">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="assets/css/main-game.css">
<title>Janken Bossu</title>
</head>
<body>
<!-- ====================== error page section ====================== -->
<section id="error-page">
<h1 id="error-h1">Error - this page does not exist</h1>
<h2 id="error-h2">Were you looking for another page?</h2>
<p id="error-p"><a id="error-link" href="index.html" aria-label="Jump to Home page">Here</a> is a link back to the homepage</p>
</section>
</body>
</html>