-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (58 loc) · 2 KB
/
index.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
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="de">
<head>
<title>Here is nothing unfortunately</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" /><!-- Style-CSS -->
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- To change Favicon read the readme.txt -->
</head>
<body>
<!-- error -->
<section class="w3l-error-9">
<div class="error-page">
<div class="wrapper-full">
<div class="main-content">
<h2>404 Page</h2>
<h4>Here is nothing</h4>
<p>Add your text here! =D</p>
<!-- buttons options -->
<div class="buttons">
<a href="#" class="btn brk-btn-bg brk-btn">
Main Page
</a>
<a href="#" class="btn brk-btn">
Support
</a>
<a href="#" class="btn brk-btn-bg brk-btn">
Question
</a>
<a href="#" class="btn brk-btn">
Shop
</a>
<!-- And mutch More -->
</div>
</div>
<div class="bottom-header">
<!-- copyright text -->
<div class="copyrights text-center">
<p>2021 © Make with Love - from <a href="#here your Link" target="_blank">AkaneHideko</a> </p>
</div>
</div>
</div>
</div>
</section>
<!-- //error -->
</body>
</html>