forked from SearchingForAPast/searchingforapast.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.26 KB
/
index.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
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171048649-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-171048649-1');
</script>
<script data-ad-client="ca-pub-9284663128972921" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta charset="UTF-8" />
<title>Searching for a Past</title>
<style>
</style>
</head>
<body style="background-color:#09050f">
<center>
<h1 style="color: darkgrey; font-family: sans-serif;">Need a hint? Want to compete for speedrunning? Feel like hanging out? <a href="https://discord.gg/vvagsrY">Join our discord server!</a></h1>
<div class="slidecontainer">
<input type="range" min="0" max="100" value="50" onInput="getWorld().updateVolume(this.value)">
</div>
<svg/>
<video width="100%" height="100%" style="display: none;"/>
</center>
</body>
<script src="d3.min.js"></script>
<script src="Model/DrawTools.js"></script>
<script src="Model/GameObject.js"></script>
<script src="Model/Player.js"></script>
<script src="Model/GameWorld.js"></script>
<script src="index.js"></script>
<script>