-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
73 lines (59 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="stylesheet" href="css/404.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=Josefin+Sans:wght@100..700&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<title>404</title>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(99825300, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<noscript><div><img src="https://mc.yandex.ru/watch/99825300" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<audio src="/assets/audio/HungrySharkEvolution.mp3" muted loop autoplay></audio>
<h2>Score: 0</h2>
<h1>Error 404</h1>
<p class="administrator-hints">
Hints for administrators: to remove a response manually,
<br>1. Remove it from forms
<br>2. Remove it from the linked spreadsheet
<br>3. Remove form data from the responses drive folder
<br>4. Remove duplicates from your drive root
</p>
<img src="/images/soundoff.svg" data-src="/images/soundon.svg" alt="Sound icon" class="sou">
<div class="bar">
<p class="characteristics">Health</p>
</div>
<div class="bar">
<p class="characteristics">Stamina (shift/multitouch)</p>
</div>
<div class="big-circle">
<div class="small-circle"></div>
</div>
<div class="background">
<img class="background__image" src="/assets/backgrounds/seaweedest.png" alt="Background">
</div>
<div class="field">
</div>
<script type="module" src="js/404.js"></script>
</body>
</html>