-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (21 loc) · 1021 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (21 loc) · 1021 Bytes
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>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css"></style></head><body background="1.png" style=" background-repeat:no-repeat;background-size:cover; ">
<link rel="stylesheet" href="index.css">
<div id="walletcheck"></div>
<img src="3.png"><br>
<div> <img src="4.png"><br>
<div> <img src="5.png"><br>
<div id="totaltx">总体演算卦数:</div><br>
<button onclick="readmode()">开始演算</button> <button onclick="changemode()">变卦</button>
<div>
<div style="display:none">占卜结果</div><div id="tresult"></div>
</div>
<br><br><br><br><br><br><br><br><br>
<center>
<script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script>
<script src="nebPay.js"></script>
<script src="layer/layer.js"></script>
<script src="index.js">
</script>
</body></html>