2019-01-20 21:50:24 +03:00
|
|
|
<!DOCTYPE HTML>
|
2019-02-24 22:06:20 +03:00
|
|
|
<html style="height: 100%">
|
2019-01-20 21:50:24 +03:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2019-02-24 12:47:14 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
2019-01-20 21:50:24 +03:00
|
|
|
<meta name="theme-color" content="#000">
|
2019-06-11 15:16:41 +03:00
|
|
|
|
|
|
|
<!-- styles -->
|
|
|
|
<link rel="stylesheet" href="css/bootstrap.min.css"/>
|
|
|
|
<link rel="stylesheet" href="css/fontawesome.min.css"/>
|
|
|
|
<link rel="stylesheet" href="css/leaflet.css"/>
|
2019-06-17 08:05:21 +03:00
|
|
|
<link rel="stylesheet" href="css/leaflet.awesome-markers.css"/>
|
2019-06-11 15:16:41 +03:00
|
|
|
<link rel="stylesheet" href="css/custom.css"/>
|
|
|
|
|
2019-01-20 21:50:24 +03:00
|
|
|
<title>Minetest Mapserver</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2019-08-26 11:17:08 +03:00
|
|
|
<div id="app"></div>
|
2019-06-11 15:16:41 +03:00
|
|
|
|
|
|
|
<!-- libraries -->
|
2019-06-11 16:06:31 +03:00
|
|
|
<script src="js/lib/mithril.min.js"></script>
|
|
|
|
<script src="js/lib/leaflet.js"></script>
|
2019-06-17 08:05:21 +03:00
|
|
|
<script src="js/lib/leaflet.awesome-markers.js"></script>
|
2019-06-11 16:06:31 +03:00
|
|
|
<script src="js/lib/moment.min.js"></script>
|
2019-06-11 15:16:41 +03:00
|
|
|
|
|
|
|
<!-- main module -->
|
|
|
|
<script src="js/main.js" type="module"></script>
|
|
|
|
|
2019-09-19 09:06:46 +03:00
|
|
|
<!-- no modules -->
|
|
|
|
<script src="js/bundle.js" nomodule></script>
|
2019-01-20 21:50:24 +03:00
|
|
|
</body>
|
|
|
|
</html>
|