-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
93 lines (74 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Error 404 - Sandor Limp Dance School</title>
<meta name="robots" content="noindex, follow" />
<meta name="generator" content="Publii Open-Source CMS for Static Site" />
<meta property="og:title" content="Sandor Limp Dance School" /><meta property="og:site_name" content="Sandor Limp Dance School" /><meta property="og:description" content="" /><meta property="og:url" content="https://ballroomdancing.hu/" /><meta property="og:type" content="website" />
<link rel="stylesheet" href="https://ballroomdancing.hu/assets/css/style.css">
<script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"Sandor Limp Dance School","url":"https://ballroomdancing.hu/"}</script>
<noscript>
<style>
img[loading] {
opacity: 1;
}
</style>
</noscript>
</head>
<body class="error-template">
<header class="top js-header">
<a class="logo" href="https://ballroomdancing.hu/">
Sandor Limp Dance School
</a>
</header>
<main class="page page--error">
<div class="content">
<div class="hero">
<header class="hero__content ">
<div class="wrapper">
<h1>404</h1>
<div class="page__desc">
<p>The page you were looking for appears to have been moved, deleted or does not exist. You could go back to where you were or head straight to our home page.</p>
</div>
<a href="https://ballroomdancing.hu/" class="btn hero__cta btn--icon">
<svg width="18" height="18" aria-hidden="true">
<use xlink:href="https://ballroomdancing.hu/assets/svg/svg-map.svg#arrow-prev"/>
</svg>
<span>Go home</span>
</a>
</div>
</header>
</div>
</div>
</main>
<footer class="footer ">
<div class="wrapper">
<div class="footer__copyright">
<p>© Sandor Limp</p>
</div>
<button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top">
<svg width="20" height="20">
<use xlink:href="https://ballroomdancing.hu/assets/svg/svg-map.svg#toparrow"/>
</svg>
</button>
</div>
</footer>
<script defer src="https://ballroomdancing.hu/assets/js/scripts.min.js"></script>
<script>window.publiiThemeMenuConfig={mobileMenuMode:'sidebar',animationSpeed:300,submenuWidth: 'auto',doubleClickTime:500,mobileMenuExpandableSubmenus:true,relatedContainerForOverlayMenuSelector:'.top'};</script>
<script>
var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}
</script>
</body>
</html>