forked from dongyingzi/google
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.03 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<title>工具模块索引</title>
<link href="test.css" rel="stylesheet" type="text/css">
<style>
</style>
</head>
<body>
<a href="test.html">test.html</a>
<ul>
<li><a href="module/test/index.html">module/test/index.html</a></li>
<li><a href="module/tips/tips.html">module/tips/tips.html信息提示控件</a></li>
<li><a href="module/drop-down-menu.html">module/drop-down-menu.html:下拉菜单</a></li>
<li><a href="module/check-items.html">module/check-items.html:复选框样式</a></li>
<li><a href="module/image-slide/index.html">module/image-slide/index.html:图片轮播控件</a></li>
<li><a href="/index.html">测试</a></li>
<li><a href=""></a></li>
<li><a href="module/slide/index.html">jquery,css3,html简易ppt slide</a></li>
<li><a href="module/flex-footer/index.html">css3 flex box实现rich footer</a></li>
<li><a href=""></a></li>
</ul>
</body>
</html>