-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwelcome.html
40 lines (38 loc) · 1.4 KB
/
welcome.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JX Live Demo - Welcome</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/prettify.css" rel="stylesheet">
<link href="css/demo.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="jx/jx.all.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="well">
<h2>
Hello, JX!
</h2>
<p>
神说,一个牛叉的JS工具库,怎么能没有活生生的demo。<br/>所以,就有了这个Live Demo Site。
</p>
</div>
<div class="alert alert-info">
<label class="label label-inverse">提示</label> <small> 点击击左侧的列表,开始你的JX探究之旅吧!</small>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/demo.js"></script>
</body>
</html>