generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
28 lines (25 loc) · 995 Bytes
/
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
<!DOCTYPE html>
<html lang="en-US">
<!-- Head section -->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Test your memory with this fun memory game" />
<meta name="keywords" content="game, memory, game for kids, best game for kids, no ads, test youself" />
<title>Fruit Match Game</title>
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="icon" type="image/x-icon" href="assets/images/favicon/favicon.ico" />
<link rel="apple-touch-icon" href="assets/images/favicon/apple-touch-icon.png" />
</head>
<!-- Main section -->
<body class="four_o_four">
<main>
<h1>
We're sorry, but this page does not exist. You can return to our:
<a href="index.html" aria-label="Click here to open Homepage">Homepage</a
>
</h1>
</main>
</body>
</html>