-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
17 lines (17 loc) · 886 Bytes
/
404.html
File metadata and controls
17 lines (17 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=/" />
<link rel="canonical" href="https://niels.degran.de/" />
<title>Page Not Found - Niels Degrande</title>
<meta name="description" content="Sorry, this page could not be found. Redirecting to the homepage." />
<meta property="og:title" content="Page Not Found - Niels Degrande" />
<meta property="og:description" content="Sorry, this page could not be found. Redirecting to the homepage." />
<meta property="og:type" content="website" />
<meta property="twitter:card" content="summary" />
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "48a7ad56a51a4ef5ad845059521443a9"}'></script>
</head>
<body>
<p>If you are not redirected automatically, <a href="/">click here to go to the homepage</a>.</p>
</body>
</html>