-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
30 lines (29 loc) · 1.2 KB
/
main.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Rabbit</title>
<link href="http://fonts.googleapis.com/css?family=Dancing+Script:regular" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Gruppo:regular" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- <canvas id="jinjin" width="800" height="500"></canvas> -->
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="frame.js"></script>
<script type="text/javascript" src="md5.js"></script>
<script type="text/javascript" src="par.js"></script>
<script type="text/javascript" src="kernel.js"></script>
<p style="color: #555; margin: 30px; font-size: 14px;">
<span style="font-size: 36px">Rabbit ##</span>
<br /><br />
Please view this page via Chrome or other modern browsers.
<br /><br />
Press F9 to interact with rabbit.
<br />
Press F8 to enter debug mode.
<br />
If you don't interactive with her in 2 minutes, she will be unhappy.
<br /><br />
by Azrle (Xuanzhong Wei) ALL RIGHTS RESERVED.
</p>
</body>
</html>