-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 935 Bytes
/
index.html
File metadata and controls
25 lines (23 loc) · 935 Bytes
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 PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<script type="text/javascript" src="js/jquery-1.10.2.js"></script>
<script type="text/javascript" src="js/tutorials_analysis.js"></script>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<!-- <a href="#" id="download_chunks">Download source code chunks from tutorials</a> | -->
<a href="#" id="download_scripts">Download script contents</a> |
<a href="#" id="download_missing_scripts">Download missing script contents</a>
<!-- <a href="#" id="download_features">Download features</a> -->
<br />
<a href="queries.php" target="_new">Open queries page</a> |
<a href="tutorials.php" target="_new">Open tutorials page</a>
<!-- <a href="#" id="download_libraries">Add libraries mapping</a>-->
<div id="output">
</div>
</div>
</body>
</html>