-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
52 lines (47 loc) · 1.79 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
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="pl">
<head itemscope itemtype="http://schema.org/WebSite">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>404 / strona nie istnieje</title>
<meta name="description" content="Cześć, jestem Mateusz.">
<meta name="theme-color" content="#2f3640" />
<meta name="msapplication-TileColor" content="#2f3640" />
<meta itemprop="name" content="henicz.pl">
<meta itemprop="description" content="Cześć, jestem Mateusz.">
<meta itemprop="image" content="images/favicon.png">
<link itemprop="url" href="https://henicz.pl">
<meta name="og:title" content="henicz.pl">
<meta name="og:description" content="Cześć, jestem Mateusz.">
<meta name="og:image" content="https://i.imgur.com/wTAVqy5.jpg">
<meta name="og:url" content="https://henicz.pl">
<meta name="og:site_name" content="henicz.pl">
<meta name="fb:admins" content="">
<meta name="og:type" content="website">
<link rel="icon" href="/images/favicon.png" sizes="32x32">
<link rel="stylesheet" href="/css/main.css"/>
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="https://henicz.pl" />
<script src="https://use.fontawesome.com/c8c98e0020.js"></script>
<meta name="google-site-verification" content="9qCq3w7n12rVSqomhiu2Sd4YaIYqp4RBfxKNpR0Mz6c" />
</head>
<body>
<div class="container">
<header class="header">
<div class="line">
<div class="name">404</div>
</div>
<div class="line">
<div class="menu">
<p>strona nie istnieje</p>
</div>
</header>
</div>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>