-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
40 lines (40 loc) · 1.63 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
<!doctype html>
<html lang="nl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>404 · Stichting vrienden van de Rooms-Katholieke kerk te Joppe</title>
<script>
window.ga=function(){ga.q.push(arguments)},ga.q=[],ga.l=+new Date;
ga("create","UA-2826482-23","auto",{"sampleRate":100,"siteSpeedSampleRate":100}),ga("set","transport","beacon"),ga("set","anonymizeIp",true),ga("set","displayFeaturesTask",null),ga("set","allowAdFeatures",false),ga("send","pageview");
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
<style>
:root {
--primary: rgba(0, 0, 0, .8);
--secondary: rgb(65, 110, 210);
}
body {
color: var(--primary);
font: 1.25em/1.6 BlinkMacSystemFont, -apple-system, 'Segoe UI', system-ui, Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
text-align: center;
}
a {
background-color: transparent;
color: var(--secondary);
-webkit-text-decoration-skip: ink;
text-decoration-skip: ink;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
</style>
<link rel="canonical" href="https://stichtingvriendenvanderooms-katholiekekerktejoppe.nl/">
<meta name="referrer" content="no-referrer">
<meta name="robots" content="noindex,follow">
</head>
<body>
<h1>404</h1>
<p><a href="javascript:history.back();">← Back</a></p>
<p><a href="https://stichtingvriendenvanderooms-katholiekekerktejoppe.nl/">Home →</a></p>
</body>
</html>