-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<style>
body {
overflow: hidden;
}
</style>
</head>
<body>
<canvas id="c"></canvas>
<object id='ervinVideo' preload="auto">
<source src='https://docs.google.com/uc?authuser=0&id=0B38aCWtsgZ1QT3JscEsyX0ttdXc&export=download'>
</object>
<audio id='evieRecording' preload="auto">
<source src='https://drive.google.com/uc?id=0B26C_QctMIp0YkVRVVRyaGV5VkU&authuser=0&export=download'>
</audio>
<audio id='ramsesRecording' preload="auto">
<source src='https://drive.google.com/uc?id=0BwvXG4rIcXxna2pzb0JGeE5vdms&authuser=0&export=download'>
</audio>
<img id='spaceship' src='https://doc-0o-c0-docs.googleusercontent.com/docs/securesc/gn79j6fod0m18ohkbdjgqpe999vtiuco/kfuiuagdbkn8p198jlp1phkqdppon4sk/1414188000000/15974427263758705725/15974427263758705725/0BwvXG4rIcXxnSnZwM3RjUEc5NVk?e=download' hidden>
<script src='resources/main.js'></script>
</body>
</html>