-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
104 lines (100 loc) · 6.24 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<link rel="manifest" href="/assets/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./assets/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>Sleeping Outdoors</title>
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/aditional.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Rubik:wght@300&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body>
<header style="background-image: url(./assets/img/main-banner.webp);">
<div class="translucent-main center">
<div class="m-4">
<h3>We're working on this right now... <i class="bi bi-truck" style="font-size: 2rem;"></i></h3>
<hr>
<p>As you can see this page does not exist, yet. We would recommend you going on a trip while we finish
it up here. Enjoy! If you think this is an error this number "404" should help you.</p>
<br>
</div>
<footer>
<div class="row mb-2">
<ul class="">
<li><a href="services.html">Services</a></li>
<li><a href="terms.html">Terms of Use</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="#" id="myLink">Source</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="center"><i>Some images, parts of text or code and other, may be inspired by other people or
works.
However, they are always modified, reworked or used with the permission of the author.</i><br>
<p>Made with ❤️ by <a href="https://1r2t3z.me/" class="f-adown" style="color: #ffff;"> Karel Ježek
</a>
| © 2024 - All rights
reserved</p>
</div>
<div id="myPopup" class="myPopup">
<h3 class="f-adown">Resources</h3>
<p>All text on this page is from the author's archive, which means that everything listed here is
the
author's knowledge, assumptions and judgments. However, it should still be consistent with valid
sources
such as <a href="https://w.wiki/3jNT" class="f-adown"> Wikipedia </a> or other popular articles.
</p>
<hr>
<p class="f-adown">Night sky -<a
href="https://www.pexels.com/photo/northern-lights-over-mountain-and-forest-4388593/">Pexels
@Redy</a>
</p><br><br>
<p class="f-adown">De Montanha -<a
href="https://www.pexels.com/pt-br/foto/fotografia-de-paisagem-de-montanhas-cobertas-de-neve-691668/">Pexels
@eberrhard</a>
</p><br><br>
<p class="f-adown">Backpack and Dog -<a
href="from Pexels: https://www.pexels.com/photo/tan-german-shepherd-lying-beside-backpack-2071548/">Pexels
@rrina</a>
</p><br><br>
<p class="f-adown">Sunset art -<a>Unknown Author</a>
</p><button id="closePopup" class="btn-primary"
style="max-height:35px;position:absolute;top: 7.5%;right:5%"><i class="bi bi-x-lg"
style="font-size: 15px;"></i></button>
</div>
<div id="myPopupMobile" class="myPopup">
<h3>Loading Sources failed<span class="material-symbols-outlined">dangerous</span></h3>
<p>It looks like your on a mobile...</p>
<p>Try to comeback later on PC!</p><button id="closePopupMobile" class="btn-primary"
style="max-height:45px"><span class="material-symbols-outlined">close</span></button>
</div>
</footer>
</div>
</header>
<script src="./assets/js/title.js"></script>
<script src="./assets/js/sourcepopup.js"></script>
</body>
</html>