-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1000 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<script src="index.js"></script>
<title>Lobby</title>
</head>
<body>
<video autoplay muted loop class="myVideo">
<source src="./StarWars/assets/video.mp4" type="video/mp4">
Video
</video>
<div id="bg"></div>
<section>
<nav>
<div>
</div>
<ul>
<li data-xcoord="0px" class="active"><a class="active" href="index.html">Home</a></li>
<li class="dth" data-xcoord="160px"><a class="dth" href="./Sources/sources.html">Sources</a></li>
<li class="ddt" data-xcoord="320px"><a class="sst" href="./StarShipTroopers/starship.html">Star Ship Troopers</a></li>
<li class="stw" data-xcoord="640px"><a class="stw" href="./StarWars/StarWars.html">Star Wars Planets</a></li>
</ul>
</nav>
</section>
</body>
</html>