-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
30 lines (30 loc) · 1.5 KB
/
Copy path404.html
File metadata and controls
30 lines (30 loc) · 1.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Page not found - Hello Mathis">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://fonts.gstatic.com; img-src 'self'; script-src 'self'">
<title>Page Not Found - Hello Mathis</title>
<meta name="theme-color" content="rgb(245, 245, 247)" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="rgb(18, 18, 18)" media="(prefers-color-scheme: dark)">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/icon-192.png">
<link rel="manifest" href="/manifest.webmanifest">
<link rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<a href="#main" class="skip-link">Skip to main content</a>
<a href="/index.html" aria-label="Back to home">
<img src="/logo404-black.svg" alt="Page not found - click to go home" width="200" height="200" />
</a>
<main id="main">
<h1>Hey, everyone makes mistakes.</h1>
<h2>(Just click the logo to get back on the right track.)</h2>
</main>
</body>
</html>