-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 1009 Bytes
/
index.html
File metadata and controls
40 lines (33 loc) · 1009 Bytes
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="en">
<head>
<meta charset="UTF-8">
<title>RustiSub - Shutterbug</title>
<style>
</style>
<script inline src="svg.js"></script>
<script inline src="svg.pathmorphing.js"></script>
<script inline src="game.js"></script>
<script inline src="player-small.js"></script>
<script inline src="music.js"></script>
<script inline src="camera_click.js"></script>
<script inline src="zoom_in.js"></script>
<script inline src="zoom_out.js"></script>
<script inline src="gui_bleep.js"></script>
<link inline rel="stylesheet" href="style.css"/>
</head>
<body id="body">
<div class="wrapper">
<div id="container" class="inner">
<img inline src="assets/image_rebuilt_content.svg" inline-compress="false"/>
</div>
<div id="album" class="inner">
</div>
<div class="inner album-focus-wrapper">
<div id="albumFocus">
<div id="bookSlot"></div>
</div>
</div>
</div>
</body>
</html>