forked from Edirom/Edirom-Online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (65 loc) · 3.32 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML>
<!--
* Edirom Online
* Copyright (C) 2014 The Edirom Project
* http://www.edirom.de
*
* Edirom Online is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edirom Online is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Edirom Online. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<meta charset="UTF-8"/>
<title>EdiromOnline</title>
<!-- **CSS** -->
<!--<link rel="stylesheet" type="text/css" href="resources/css/edirom.css"/>-->
<link rel="stylesheet" type="text/css" href="resources/css/todo.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/annotation-style.css"/>
<!-- **CSS** -->
<link rel="stylesheet" href="resources/css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/tipped/tipped.css" />
<!-- **Raphael JS** -->
<script type="text/javascript" src="resources/js/raphael-min.js"></script>
<!-- **Leaflet** -->
<!--<link rel="stylesheet" href="resources/leaflet-1.0.3/leaflet.css" />-->
<link rel="stylesheet" href="resources/leaflet-0.7.3/leaflet.css" />
<link rel="stylesheet" href="resources/Leaflet.tooltip-master/dist/leaflet.tooltip.css"/>
<!--<link rel="stylesheet" href="resources/leafletTooltip/Leaflet.tooltip-master/dist/leaflet.tooltip.css"/>-->
<script type="text/javascript" src="resources/leaflet-0.7.3/leaflet.js"></script>
<script type="text/javascript" src="resources/facsimileLayer/FacsimileLayer.js"></script>
<script src="resources/Leaflet.tooltip-master/dist/leaflet.tooltip.js"></script>
<!-- **Open Sea Dragon** -->
<script type="text/javascript" src="resources/js/openseadragon.min.js"></script>
<!-- **JQUERY** -->
<script type="text/javascript" src="resources/jquery/jquery-2.1.3.js" charset="utf-8"></script>
<!-- **ACE** -->
<script src="resources/js/ace/ace.js" type="text/javascript" charset="utf-8"></script>
<script src="resources/js/ace/mode-xml.js" type="text/javascript" charset="utf-8"></script>
<!-- <x-compile> -->
<!-- <x-bootstrap> -->
<link rel="stylesheet" href="bootstrap.css"/>
<script src="ext/ext-dev.js"></script>
<script src="bootstrap.js"></script>
<!-- </x-bootstrap> -->
<script src="app.js"></script>
<!-- </x-compile> -->
<!-- **CSS** -->
<!-- <link rel="stylesheet" type="text/css" href="resources/css/tipped/tipped.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="resources/css/todo.css"/>-->
<!-- **WHERE TO OPEN LINKS** -->
<base target="_blank" />
</head>
<body style="background-color: black">
<script type="text/javascript" src="resources/js/tipped/tipped.js"></script>
</body>
</html>