-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
39 lines (34 loc) · 1.16 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
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>404 | ARBEE</title>
<meta name="description" content="ARBEE's Website">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen" href="/css/index.css" />
<link rel="icon" href="/img/2022-01_ARBEE_Bild-Marke_rgb_Verlauf_01.png">
<link rel="canonical" href="https://arbeeco.de">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ARBEE_codes" />
<meta name="twitter:creator" content="@ARBEE_codes" />
<meta property="og:url" content="https://arbeeco.de" />
<meta property="og:title" content="ARBEE's Website" />
<meta property="og:description" content="Website from ARBEE" />
<meta name="theme-color" content="#2b8eaf" />
</head>
<body>
{% header %}
<main>
<div id="notFound">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</main>
{% footer %}
<script src="/script/top.js"></script>
</body>
</html>