-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMemories.html
More file actions
39 lines (36 loc) · 1.24 KB
/
Copy pathMemories.html
File metadata and controls
39 lines (36 loc) · 1.24 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Happy Birthday</title>
<link rel="stylesheet" href="css/memories.css?v=20260522-3" />
</head>
<body>
<div class="wrapper">
<img alt="" src="img/Balloon-Border.png" width="100%" class="balloon-border" />
<!-- 主页 -->
<div class="section">
<div class="ly-box01">
<div class="ly-img01"></div>
<div class="ly-txt01">
<p class="ly-stxt01">嗨</p>
<p class="ly-stxt02">生日快乐</p>
<p class="ly-stxt03">愿你度过<br>开心难忘的一天</p>
</div>
</div>
</div>
<div class="at-bottom">
<p>
要是有人问起口令,记得是
<code style="color:#D14D39"><b>1010</b></code><br />
这是另一个通道的登录令牌
</p>
</div>
<!-- 动态方块 -->
<ul class="bg-bubbles" aria-hidden="true"></ul>
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/bubbles.js"></script>
</div>
</body>
</html>