-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 927 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no" />
<meta name="x5-fullscreen" content="true">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>情人节怎么过!?</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/cssreset.css">
</head>
<body>
<canvas id="canvas" class="canvas"></canvas>
<div class="content">
<p class="text">情人节怎么过<span id="text"></span></p>
<button id="begin">开始</button>
</div>
<div class="quanxian">未经作者许可请勿转载,微信:944644732</div>
<script type="text/javascript" src="scripts/addOnLoad.js"></script>
<script type="text/javascript" src="scripts/textFly.js"></script>
<script type="text/javascript" src="scripts/randomText.js"></script>
</body>
</html>