-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (56 loc) · 2.71 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
<head>
<title>Happy Birthday!</title>
<link rel="icon" type="image/ico" href="resource/favicon.png"/>
<meta charset="utf-8">
<script type="text/javascript" src="index.js"></script>
<link rel="stylesheet" href="style.css">
<style>
p {
background-image: url('test.png');
}
body {
background-image: url('resource/p2.jpg');
background-repeat: no-repeat;
background-size: cover;
/* background-blend-mode: lighten; */
/* opacity: 0.5; */
}
</style>
</head>
<body>
<audio id="aud" controls loop style="display:none;">
<source src="resource/bgm.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<div id="popWindow" class="popWindow">
</div>
<div id="maskLayer" class="maskLayer">
<h1 style="text-align:left">家辉·林·吉 同志,</h1>
<h1 style="text-align:center">组织祝您生日快乐!</h1>
<h2 style="text-align:center">本来是打算送你件苏联红军的野战斗篷的。</h2>
<h2 style="text-align:center">但是我大意了,没有闪。前几天准备下单的时候发现已经下架了。。</h2>
<h2 style="text-align:center">然后突然间,很快啊,脑子里就闪过了之前偶然得知
[.su]的苏联域名居然还能申请的事。</h2>
<h2 style="text-align:center">于是我就光速下单了。</h2>
<h2 style="text-align:center">不过域名的前缀我也不知道用什么好。</h2>
<h2 style="text-align:center">看到你所有网名都是[背包小吉],</h2>
<h2 style="text-align:center">我就擅自用[Bag Ji]了。</h2>
<button id="playB" class="playB" onclick="playAudio()" type="button">我是混在文字中间的一个按钮</button>
<h2 style="text-align:center">嘛。。总之就是这样。</h2>
<h2 style="text-align:center">这个域名就是你的生日礼物了(x</h2>
<h2 style="text-align:center">如果你想用起来的话,</h2>
<h2 style="text-align:center">之后我可以帮你建个你的个人主页之类的。</h2>
<h2 style="text-align:center; font-size: 20px;">(连载你的脑洞小说?)</h2>
<br/><br/>
<h2 style="text-align:center">祝</h2>
<h2 style="text-align:center">平安顺遂,前程似锦。</h2>
<br>
<h2 style="text-align:left"> 你忠诚的,</h2>
<h2 style="text-align:left"> 叶砸 同志</h2>
</div>
</body>
<footer></footer>
<!--
p1: https://www.pixiv.net/artworks/88013623
p2: https://www.pixiv.net/artworks/84359024
-->