-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
93 lines (90 loc) · 5.54 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<title>Happy Birthday To Username</title>
<meta name="viewport" charset="utf-8" content="width=device-width,
initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=1.0">
<link rel="stylesheet" href="css/app.css">
<script src="js/app.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js" defer></script>
<audio id="bgm" src="http://download.tyzhang.top/files/bgm.mp3" loop="loop"></audio>
</head>
<body>
<div class="container">
<div id="pageloading">
<center>
<img src="images/loading.gif" style="width: 20%;">
<h2 style="font-size: 10px;color: #FFFFFF">Loading...</h2>
</center>
</div>
<div id="viewport" class="viewport">
<div class="pageview"
style="background-image: url(images/img01.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%;">
<center class="pagecontent">
<h1 style="font-size: 50px;color: #FFFFFF">Hello</h1>
<h2 style="font-size: 45px;color: #FFFFFF">World</h2>
<h3 style="font-size: 30px;color: #FFFFFF">To : Username</h3>
</center>
</div>
<div class="pageview"
style="background-image: url(images/img02.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%;">
<center class="pagecontent">
<h1 style="font-size: 30px;color: #FFFFFF">"可爱又迷人的反派角色"</h1>
<h2 style="font-size: 20px;color: #FFFFFF">2013年 元旦<br>“那些年我们一起看过的动画片”</h2>
</center>
</div>
<div class="pageview"
style="background-image: url(images/img03.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%;">
<center class="pagecontent">
<h1 style="font-size: 30px;color: #FFFFFF">"我们照张相吧"</h1>
<h2 style="font-size: 20px;color: #FFFFFF">2014夏天 毕业典礼<br>"来来来,咱俩照一张"</h2>
</center>
</div>
<div class="pageview"
style="background-image: url(images/img04.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%;">
<center class="pagecontent">
<h1 style="font-size: 30px;color: #FFFFFF">"狗狗老师你还好么"</h1>
<h2 style="font-size: 20px;color: #FFFFFF">2014.9.7<br>我收到了一封邮件<br>留到今天<br><br>"是我先加的你啊妈蛋"</< /h2>
</center>
</div>
<div class="pageview"
style="background-image: url(images/img05.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%;">
<center class="pagecontent">
<h1 style="font-size: 30px;color: #FFFFFF">"你好北门苹果快递"</h1>
<h2 style="font-size: 20px;color: #FFFFFF">
2015.12.22<br>平安夜要吃一个苹果<br>我却收到了一整箱<br><br><br><br>\(^。^)/</h2>
</center>
</div>
<div class="pageview"
style="background-image: url(images/img06.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%;">
<center class="pagecontent">
<h1 style="font-size: 30px;color: #FFFFFF">"顺丰樱桃取一下"</h1>
<h2 style="font-size: 20px;color: #FFFFFF">2016.5.30<br>冰袋很凉<br>烟台的樱桃真的很甜</h2>
</center>
</div>
<div class="pageview"
style="background-image: url(images/img07.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%;">
<center class="pagecontent">
<h1 style="font-size: 30px;color: #FFFFFF">"禅与摩托车维修艺术"</h1>
<h2 style="font-size: 20px;color: #FFFFFF">
2016.9.23<br>漫威爸爸的生日礼物<br>"所以你不打算入漫威的坑了是么"<br><br><br>谢谢费心的假装入坑^_^</h2>
</center>
</div>
<div class="pageview"
style="background-image: url(images/img08.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%;">
<center style="margin-top: 20%">
<h1 style="font-size: 30px;color: #FFFFFF">"生日快乐!"</h1>
<h2 style="font-size: 20px;color: #FFFFFF">21岁的Username
你好<br>我是Username<br><br>谢谢这么长时间的关心和陪伴<br><br>一点心意<br>希望你喜欢<br>^_^</h2>
<h3>2017-3-27</h3>
</center>
</div>
</div>
<div id="pagenumber" class="pagenumber">
<div></div>
<div></div>
</div>
<a href="javascript:play();"><img src="images/pause.png" width="7%" id="playbtn" border="0"></a>
</div>
</body>
</html>