-
Notifications
You must be signed in to change notification settings - Fork 0
/
redpacket.html
49 lines (43 loc) · 1.24 KB
/
redpacket.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>
<head>
<meta charset="UTF-8">
<title>Matrix</title>
<style>
body {
margin: 0;
border: 0;
padding: 0;
background: #000;
}
canvas {
position: absolute;
margin-top: 0;
z-index: -1;
}
</style>
<link rel="stylesheet" href="color_egg/css/style.css" />
<link rel="stylesheet" href="color_egg/css/iconfont.css" />
</head>
<body>
<canvas id="canvas" width="800" height="2000" style="background: rgb(20, 17, 17)"></canvas>
<div id="bigBox">
<h1>恭喜你!</h1>
<div class="beizhu">
<p>
你成功破解了我们的彩蛋,这是学长的一份小小心意。
</p>
<p>
你能从这个页面中找到红包吗?
其实一开始已经告诉你放在了哪里。
</p>
</div>
</div>
<script type="text/javascript" src="color_egg/bundle.js"></script>
<script>
console.log(" 恭喜你找到了控制台。");
console.log(" 打开“支付宝-红包”,输入口令 69801269 抢红包。");
console.log("————Zlh");
</script>
</body>
</html>