-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 980 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
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<head>
<title>Shan Yu</title>
<link rel="stylesheet" href="assets/css/style.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<div id="main-pic">
<!-- <video width="1200" height="720" controls loop>
<source src="assets/img/The_Huns_Attack.mp4" type="video/mp4">
Your browser does not support the video tag.
</video> -->
<img src="assets/img/the-huns-attack.gif">
</div>
<div id="left-tab">
<!-- <h1>SHAN</h1> -->
</div>
<div id="right-tab">
<!-- <h1>YU</h1> -->
</div>
<div id="bottom-tab">
<h1>SHAN YU</h1>
<p>Recruiting in a town near you!</p>
</div>
<div id="bottom-menu-sign">
<p>NAV</p>
</div>
<div id="bottom-menu">
<p><a href="index.html">HOME</a></p>
<p><a href="about.html">ABOUT</a></p>
<p><a href="allies.html">ALLIES</a></p>
<div id="bottom-menu-close">
<p>CLOSE</p>
</div>
</div>
</body>
<script src="assets/js/index.js"></script>
</html>