-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
44 lines (41 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, follow">
<meta property="og:title" content="404 - Page Not Found | Pangram World" />
<meta property="og:description" content="The page you are looking for might have been removed, had its name changed, or is temporarily unavailable." />
<meta property="og:image" content="https://www.pangram-world.com/images/404.png" />
<meta property="og:url" content="https://www.pangram-world.com/404.html" />
<title>404 - Page Not Found | Pangram World</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="style/bootstrap.css">
<link rel="stylesheet" href="style/styles.css">
<link rel="stylesheet" href="style/base.css">
<link rel="stylesheet" href="style/cards.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<!-- ... favicon ... -->
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="images/android-chrome-512x512.png">
<script src="scripts/main.js" defer></script>
<script src="scripts/bootstrap.bundle.js"></script>
<script src="https://kit.fontawesome.com/18fe617275.js" crossorigin="anonymous"></script>
<!-- Add any additional meta tags and scripts here -->
</head>
<body>
<div class="container-404">
<h1>Oops!</h1>
<p>Just like an attempted pangram missing a few letters, this page isn't quite what you expected.</p>
<img src="images/404.png" alt="error 404" class="img-fluid img-half-viewport rounded mx-auto d-block" />
</div>
<div class="container-404">
<a href="/" class="home-button"><i class="fas fa-home"></i> Home</a>
</div>
<!-- You can add your site's scripts below if needed -->
</body>
</html>