-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.04 KB
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="menu ferdinand-bg">
<div class="buttons">
<div class="ferdinand-wrapper">
<img class="a arrow ferdinand" src="img/arrow.png">
<img class="a round-circle ferdinand" src="img/round_circle.png">
<img class="a ferdinand-text" src="img/text.png">
<img class="a white-circle ferdinand" src="img/white_circle.png">
</div>
<div class="libby-wrapper">
<img class="a arrow libby" src="img/arrow.png">
<img class="a round-circle libby" src="img/round_circle.png">
<img class="a libby-text" src="img/libby-text.png">
<img class="a white-circle libby" src="img/white_circle.png">
</div>
</div>
</div>
<div class="video-wrapper">
<video width="320" height="240" autoplay>
<source src="" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="app.js"></script>
</body>
</html>