-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 929 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
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>dialog</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<meta name="format-detection" content="telephone=no, email=no">
</head>
<body>
<div id="J_rc">
</div>
<!--
<div class="box-dialog-wrap">
<div class="box-dialog">
<div class="dialog">
<div class="icon"></div>
<div class="content"></div>
</div>
<div class="btns">
<button class="btn">确定</button>
<button class="btn">取消</button>
</div>
</div>
</div>
-->
<script src="/build/vendor.bundle.js"></script>
<script src="/build/dialog.js"></script>
</body>
</html>