-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 1.44 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="imgs/wsws.png" rel="shortcut icon" type="image/x-icon" />
<title>在线算命</title>
<script src="index.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="index.css" />
<script src="jquery.js" type="text/javascript"></script>
</head>
<body>
<h1>
微笙计协
<div onclick="window.open('https://www.weisheng.cf')">微笙无上首页</div>
今日运势
</h2>
<h2>
Developed by ZHkmy&Beautyyu&Lyx
</h2>
<hr />
<script>meiranyong()</script>
<div class="phrase">
<span>1. 输入您的生日:</span>
<input type="text" class="textbox" />
<span>年</span>
<input type="text" class="textbox" />
<span>月</span>
<input type="text" class="textbox" />
<span>日</span>
</div>
<hr />
<div class="phrase">
2. 抽卡!!!
</div>
<div id="pailan">
<div class="pai" id="pai01" onclick="fanpai($('#pai01'))"> </div>
<div class="pai" id="pai02" onclick="fanpai($('#pai02'))"> </div>
<div class="pai" id="pai03" onclick="fanpai($('#pai03'))"> </div>
</div>
<br />
<hr />
</body>
</html>