-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 1.55 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
26
27
28
29
30
31
<!DOCTYPE HTML>
<html manifest="">
<head>
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge"></meta>-->
<meta charset="UTF-8"></meta>
<title>TheaterTool</title>
<!-- The line below must be kept intact for Sencha Cmd to build your application -->
<!--<script src="http://rism-ch.github.io/verovio/javascript/verovio-toolkit.js"></script>-->
<script src="resources/verovio/verovio-toolkit-0-9-11.js" type="text/javascript" charset="utf-8"></script>
<!--<script src="https://code.jquery.com/jquery.js" type="text/javascript" charset="utf-8"></script>-->
<script type="text/javascript" src="resources/jquery/jquery-2.1.3.js" charset="utf-8"></script>
<script id="microloader" type="text/javascript" src="bootstrap.js"></script>
<!--<script type="text/javascript" src="bootstrap.js"></script>-->
<link rel="stylesheet" href="resources/highlight/styles/github.css"></link>
<script src="resources/highlight/highlight.pack.js"></script>
<link rel="stylesheet" href="resources/leaflet-0.7.3/leaflet.css" />
<script type="text/javascript" src="resources/leaflet-0.7.3/leaflet.js"></script>
<script type="text/javascript" src="resources/facsimileLayer/FacsimileLayer.js"></script>
<!-- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script>-->
<!-- <script src="resources/verovio/verovio-toolkit.js" type="text/javascript" charset="utf-8"></script>-->
</head>
<body>
</body>
</html>