-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
36 lines (36 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>X-Plane Flight-Planner</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500'
rel='stylesheet'
type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link href="css/leaflet.css" rel="stylesheet" type="text/css">
<link href="css/MarkerCluster.css" rel="stylesheet" type="text/css">
<link href="css/MarkerCluster.Default.css" rel="stylesheet" type="text/css">
<link href="css/leaflet.label.css" rel="stylesheet" type="text/css">
<link href="css/app.css" rel="stylesheet" type="text/css">
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setDomains", ["*.der-on.github.io/X-Plane-Flight-Planner","*.xplane.anzui.de/flight-planner"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.anzui.de/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 4]);
})();
</script>
<noscript><p><img src="https://piwik.anzui.de/piwik.php?idsite=4" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="https://piwik.anzui.de/piwik.js"></script>
<script src="js/app.js"></script>
</body>
</html>