-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·25 lines (23 loc) · 1.12 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="en">
<head>
<meta charset="utf-8" />
<title>Dashboard - Stilearn Admin Bootstrap</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="FlexPaper/js/jquery.js" type="text/javascript"></script>
<script src="FlexPaper/js/flexpaper_flash_debug.js" type="text/javascript"></script>
<script src="FlexPaper/js/flexpaper_flash.js" type="text/javascript"></script>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<div style="position:absolute;left:400px;top:10px;">
<a href="doc001.html"> <h3>文档001</h3> </a>
<a href="doc002.html"> <h3>文档002</h3> </a>
<a href="doc003.html"> <h3>文档003</h3> </a>
<a href="doc004.html"> <h3>文档004</h3> </a>
</div>
</body>
</html>