-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathancient.html
More file actions
79 lines (73 loc) · 3.55 KB
/
ancient.html
File metadata and controls
79 lines (73 loc) · 3.55 KB
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
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>CSnadesv1</title>
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="ancient.css">
</head>
<body>
<div class="map-container">
<span class="title" style="font-family:Trebuchet MS">
<h1>Ancient</h1>
</span>
<div id="buttons">
<img src="images/ancientmap.png" class="map" id="map">
<a id="plat" title="Plat Smoke" data-url="https://www.youtube.com/embed/QaE9mNO5MDI" class="node">
<img src="images/dot.png">
</a>
<a id="temple" title="Temple Smoke" class="node" data-url="https://www.youtube.com/embed/zPqzhu7rLQ4">
<img src="images/dot.png">
</a>
<a id="street" title="Street Smoke" class="node" data-url="https://www.youtube.com/embed/4fPY09IV98I">
<img src="images/dot.png">
</a>
<a id="red" title="Red Smoke" class="node" data-url="https://www.youtube.com/embed/67nCO8srp_g">
<img src="images/dot.png">
</a>
<a id="pit" title="Pit Smoke" class="node" data-url="https://www.youtube.com/embed/E36JIwhRxv0">
<img src="images/dot.png">
</a>
<a id="forest" title="Forest Smoke" class="node" data-url="https://www.youtube.com/embed/xrkLWvx_RKM">
<img src="images/dot.png">
</a>
<a id="stairs" title="Stairs Smoke" class="node" data-url="https://www.youtube.com/embed/SCGrqNwWy6M">
<img src="images/dot.png">
</a>
<a id="donut" title="Donut Smoke" class="node" data-url="https://www.youtube.com/embed/Opqtr9H8CyY">
<img src="images/dot.png">
</a>
<a id="elbow" title="Elbow Smoke" class="node" data-url="https://www.youtube.com/embed/Q4u07Dvl130">
<img src="images/dot.png">
</a>
<a id="snake" title="Snake Smoke" class="node" data-url="https://www.youtube.com/embed/IosAp1tQnMU">
<img src="images/dot.png">
</a>
<a id="construction" title="Construction Smoke" class="node" data-url="https://www.youtube.com/embed/26lKPmtcfEs">
<img src="images/dot.png">
</a>
<a id="banger" title="Lane Smoke" class="node" data-url="https://www.youtube.com/embed/1GkODI5_39A">
<img src="images/dot.png">
</a>
<a id="double-door" title="Double Door Smoke" class="node" data-url="https://www.youtube.com/embed/0FcgLcpA3Ko">
<img src="images/dot.png">
</a>
<a id="ramp" title="Ramp Smoke" class="node" data-url="https://www.youtube.com/embed/uBs1D3-egZA">
<img src="images/dot.png">
</a>
<a id="cave" title="Cave Smoke" class="node" data-url="https://www.youtube.com/embed/qFGpw_s7TgE">
<img src="images/dot.png">
</a>
<a id="back-site" title="Back Site Smoke" class="node" data-url="https://www.youtube.com/embed/VRslsclmZx4">
<img src="images/dot.png">
</a>
<a id="short" title="Short Smoke" class="node" data-url="https://www.youtube.com/embed/RkW0GOCMsv0">
<img src="images/dot.png">
</a>
</div>
</div>
<script id="replace_with_navbar" src="nav.js"></script>
<script src="videoFunc.js"></script>
<script id="replace_with_videoPlayer" src="vP.js"></script>
<script src="mobileDetector.js"></script>
</body>
</html>