generated from Code-Institute-Org/ci-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
45 lines (39 loc) · 1.93 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
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Meta tags for search engines -->
<meta name="description"
content="Take our quiz to discover which dog breed matches your lifestyle. Perfect for dog lovers looking to find their ideal furry companion!">
<meta name="keywords"
content="dog quiz, dog breeds test, dog breed quiz, find dog breed, best dog breed for me, dogs, pets, dog personality quiz, perfect dog breed">
<!-- Favicon generated from -->
<link rel="icon" type="image/png" href="assets/favicon/favicon-48x48.png" sizes="48x48">
<link rel="icon" type="image/svg+xml" href="assets/favicon/favicon.svg">
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<!-- Title -->
<title>Woops! We can't find this page - Dog Quiz</title>
<!-- Favicon generated using https://www.favicon-generator.org/ -->
<link rel="icon" type="image/png" href="assets/favicon/favicon-48x48.png" sizes="48x48">
<link rel="icon" type="image/svg+xml" href="assets/favicon/favicon.svg">
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<!-- Style Sheet -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- 404 content -->
<div class="main-content flex">
<div id="dog-image-container-404">
<img src="assets/images/404-dog.webp" alt="A dog with sunglasses">
</div>
<h1>Woof! Are you lost?</h1>
<br>
<a class="dark-button" href="index.html">Find the dog quiz game here</a>
</div>
</body>
</html>