forked from digling/shijing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathT_index.html
21 lines (21 loc) · 841 Bytes
/
T_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>Shijing Rhyme Browser</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script src="shijing.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="http://cdn.datatables.net/1.10.7/css/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" charset="utf8" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript" charset="utf8"
src="http://cdn.datatables.net/1.10.7/js/jquery.dataTables.js"></script>
</head>
<body>
<h2>
Shījīng Rhyme Browser (following <a href="http://bibliography.lingpy.org?key=Baxter1992">Baxter 1992)</a>
</h2>
<div id="data">
</div>
<script src="main.js"></script>
<script>showTable();</script>
</body>
</html>