-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path404.html
More file actions
111 lines (107 loc) · 5.14 KB
/
Copy path404.html
File metadata and controls
111 lines (107 loc) · 5.14 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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!doctype html>
<html>
<head>
<!-- Site made with Mobirise Website Builder v5.6.2, https://mobirise.com -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="generator" content="Mobirise v5.6.2, mobirise.com"/>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"/>
<link rel="shortcut icon" href="assets/images/logo-420x549.png" type="image/x-icon"/>
<meta name="description" content="" />
<title>404</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons2/mobirise2.css"/>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css"/>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css"/>
<link rel="stylesheet" href="assets/parallax/jarallax.css" />
<link rel="stylesheet" href="assets/web/assets/gdpr-plugin/gdpr-styles.css"/>
<link rel="stylesheet" href="assets/dropdown/css/style.css"/>
<link rel="stylesheet" href="assets/socicon/css/styles.css"/>
<link rel="stylesheet" href="assets/theme/css/style.css"/>
<link
rel="preload"
href="https://fonts.googleapis.com/css?family=Abril+Fatface:400&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface:400&display=swap"/></noscript>
<link
rel="preload"
href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap"/></noscript>
<link rel="preload" as="style" href="assets/css/mbr-additional.css"/>
<link rel="stylesheet" href="assets/css/mbr-additional.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/404.css" type="text/css"/>
</head>
<body>
<section class="header13 block-404 mbr-fullscreen">
<div class="mbr-overlay" style="opacity: 0.4; background-color: rgb(255, 255, 255)"></div>
<div class="align-center container">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<h3 class="mbr-section-title mb-3 display-1">
Page not found, but you can return to <a href="./index.html">homepage</a>
</h3>
</div>
</div>
</div>
</section>
<section
class="display-7"
style="
padding: 0;
align-items: center;
justify-content: center;
flex-wrap: wrap;
align-content: center;
display: flex;
position: relative;
height: 4rem;
"
>
<a
href="https://mobiri.se/2514219"
style="
flex: 1 1;
height: 4rem;
position: absolute;
width: 100%;
z-index: 1;
"
><img
alt=""
style="height: 4rem"
src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
/></a>
<p style="margin: 0; text-align: center" class="display-7">
Built with Mobirise ‌
</p>
<a style="z-index: 1" href="https://mobirise.com/website-maker.html"
>Free Website Maker</a
>
</section>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/parallax/jarallax.js"></script>
<script src="assets/web/assets/cookies-alert-plugin/cookies-alert-core.js"></script>
<script src="assets/web/assets/cookies-alert-plugin/cookies-alert-script.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/ytplayer/index.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/theme/js/script.js"></script>
<input
name="cookieData"
type="hidden"
data-cookie-customDialogSelector="null"
data-cookie-colorText="#424a4d"
data-cookie-colorBg="rgba(234, 239, 241, 0.99)"
data-cookie-textButton="Agree"
data-cookie-colorButton="#4479d9"
data-cookie-colorLink="#424a4d"
data-cookie-underlineLink="false"
data-cookie-text="We use cookies to give you the best experience. Read our <a href='privacy.html'>cookie policy</a>."
/>
</body>
</html>