-
Notifications
You must be signed in to change notification settings - Fork 2
/
hres_maps.html
96 lines (91 loc) · 3.15 KB
/
hres_maps.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="stylesheet" href="css/theme.min.css"/>
<link rel="stylesheet" href="css/jquery.mobile.icons.min.css"/>
<link rel="stylesheet" href="css/jquery.mobile.structure-1.4.5.min.css"/>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/jquery.mobile-1.4.5.min.js"></script>
<style>
</style>
<title></title>
</head>
<body>
<div data-role="page" data-theme="b" id="pageone">
<header data-role="header">
<img src="images/lkmaps.jpg" width="100%">
</header>
<div data-role="collapsible">
<h3>ITALY</h3>
<ul data-role="listview">
<li>
<a href="https://www.vololiberomontecucco.it/LK8000/ITA_CENTRO.DEM">ITA_CENTRO.DEM
<p>Terrain at 30 meters for central Italy</p>
</a>
</li>
<li>
<a href="https://www.vololiberomontecucco.it/LK8000/ITA_CENTRO.LKM">ITA_CENTRO.LKM
<p>Topology for central Italy</p>
</a>
</li>
<li>
<a href="https://www.vololiberomontecucco.it/LK8000/ITA_NORD.DEM">ITA_NORD.DEM
<p>Terrain at 30 meters for north Italy</p>
</a>
</li>
<li>
<a href="https://www.vololiberomontecucco.it/LK8000/ITA_NORD.LKM">ITA_NORD.LKM
<p>Topology for north Italy</p>
</a>
</li>
<li>
<a href="https://www.vololiberomontecucco.it/LK8000/ITA_SUD.DEM">ITA_SUD.DEM
<p>Terrain at 30 meters for south Italy</p>
</a>
</li>
<li>
<a href="https://www.vololiberomontecucco.it/LK8000/ITA_SUD.LKM">ITA_SUD.LKM
<p>Topology for south Italy</p>
</a>
</li>
</ul>
</div>
<div data-role="collapsible">
<h3>FRANCE</h3>
<ul data-role="listview">
<li>
<a href="https://www.vololiberomontecucco.it/LK8000/FRA.DEM">FRA.DEM
<p>Terrain at 90 meters for France </p>
</a>
</li>
</ul>
</div>
<div data-role="collapsible">
<h3>GERMANY</h3>
<ul data-role="listview">
<li>
<a href="https://www.vololiberomontecucco.it/LK8000/GER.DEM">GER.DEM
<p>Terrain at 90 meters for Germany </p>
</a>
</li>
</ul>
</div>
<div data-role="collapsible">
<h3>SWITZERLAND-AUSTRIA-SLOVENIA</h3>
<ul data-role="listview">
<li>
<a href="https://www.vololiberomontecucco.it/LK8000/SWI_AUS_SLO.DEM">SWI_AUS_SLO.DEM
<p>Terrain at 90 meters for Switzerland-Austria-Slovenia </p>
</a>
</li>
</ul>
</div>
<a class="ui-btn ui-corner-all" href="index.html">Back</a>
<div class="txtfooter" data-role="footer" data-theme="a">
<h4>Powered by LK8000 Team</h4>
</div>
</div>
</div>
</body>
</html>