-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoty.html
More file actions
38 lines (30 loc) · 1.02 KB
/
noty.html
File metadata and controls
38 lines (30 loc) · 1.02 KB
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
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<title>ixd-noty</title>
<link rel="stylesheet" type="text/css" href="/ixd/b/base.css" />
<link rel="stylesheet" type="text/css" href="/ixd/animate/animate.css" />
<script type="text/javascript" src="/ixd/b/base.js"></script>
<script type="text/javascript" src="/ixd/noty/js/noty/packaged/jquery.noty.packaged.js"></script>
<script type="text/javascript" src="/ixd/js/noty.js"></script>
</head>
<body>
<div id="bd-top">
</div>
<div id="bd-middle">
<h2>noty</h2>
<input id="btn1" type="button" value="noty" />
<div class="sep"></div>
<input id="btn2" type="button" value="noty" />
<div class="sep"></div>
<p>完整配置,请参考
<a href="../noty/js/noty/jquery.noty.js">jquery.noty.js</a> 底部 和
<a href="../noty/js/noty/themes/default.js">default theme</a>
</p>
</div>
<div id="bd-bottom">
<p>dodoma 版权所有</p>
</div>
</body>
</html>