-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
54 lines (54 loc) · 1.2 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
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title>Next Day</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="startup">
</div>
<div id="page">
<div id="winctrl">
<div id="ctrlback">
</div>
<div id="drag">
</div>
<div id="min">
</div>
<div id="line">
</div>
<div id="exit">
</div>
</div>
<div id="cover">
</div>
<div id="date">
<p id="mawae" class="white"></p>
<p id="day" class="white"></p>
</div>
<div id="words">
<div id="background">
</div>
<p id="geo" class="white"></p>
<p id="short" class="white"></p>
</div>
<p id="author" class="white"></p>
<div id="music">
<div id="music-bg"></div>
<div id="play-pause-button" class="play"></div>
<audio id="todaymusic" preload="auto"></audio>
<p id="songname" class="white"></p>
<p id="artist" class="white"></p>
</div>
</div>
<div id="exitpage">
<div id="exitvideo">
<div id="videoimg"></div>
<video src="img/slogan.mp4" id="slogan" width="320" height="565"></video>
</div>
</div>
<script src="js/jquery-2.1.0.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>