-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanubis.html
More file actions
49 lines (41 loc) · 1.31 KB
/
anubis.html
File metadata and controls
49 lines (41 loc) · 1.31 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
<html>
<head>
<meta name="viewport" content="width=680, initial-scale=0.5" />
<link rel="stylesheet" href="style.css">
<script src="scripts.js"></script>
</head>
<body>
<div class="off-screen-menu">
<ul>
<li><a href="anubis.html">Anubis</a></li>
<li><a href="mirage.html">Mirage</a></li>
<li><a href="nuke.html">Nuke</a></li>
<li><a href="overpass.html">Overpass</a></li>
<li><a href="train.html">Train</a></li>
<li><a href="flashes.html">Flashes</a></li>
</ul>
</div>
<nav>
<div class="menu">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<div class="container">
<h1>Anubis</h1>
<br/>
<h2>T Side</h2>
<hr/>
<h4>Smokes</h4>
<ol>
<li>
Ebox / Connector lurk smoke. Get in corner near stairs, aim at 2nd ledge from top, Jump throw
<br/>
<iframe id="vidConnectorLurkSmoke" width="560" height="315" src="https://www.youtube.com/embed/AjvPl3qamwE?start=341&end=372&autoplay=0&enablejsapi=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<span class="refresh-icon" onclick="refreshVideoFrame('vidConnectorLurkSmoke');">⟳</span>
</li>
</ol>
</div>
</body>
</html>