forked from irenekurien/puzzles-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (45 loc) · 1.59 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="css/styles.css" />
<title>The Fellowship Of Rings</title>
</head>
<body>
<div class="splash-screen">
<div class="fade-in"><img src="/media/images/title.png" alt="" /></div>
<div class="sub-title">
<img src="/media/images/subtitle.png" alt="" />
</div>
</div>
<video autoplay muted loop id="video">
<source src="media/videos/fellowshipofring.mp4" type="video/mp4" />
Your browser does not support HTML5 video.
</video>
<div class="home">
<div class="left">
<div class="side-box">
<h2 class="box1">进入幻想</h2>
<h2 class="box2">黒魔術と恐怖</h2>
</div>
<img class="sound" src="/media/images/text.png" alt="" />
<span class="mute-button">
<i class="fas fa-volume-mute"></i>
<!-- <img src="media/images/sun.png" /> -->
</span>
</div>
<div class="right">
<span class="right-txt"><img src="media/images/txt.png" alt="" /></span>
<img class="spiral" src="/media/images/spiral.png" alt="" />
</div>
</div>
</body>
<script src="https://kit.fontawesome.com/91a2486ccb.js" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
</html>