2019-12-29 17:43:46 +03:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
|
|
|
|
<!-- styles -->
|
|
|
|
<link rel="stylesheet" href="css/fontawesome.min.css"/>
|
|
|
|
<title>Minetest Mapserver stats</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
|
|
|
|
<!-- libraries -->
|
|
|
|
<script src="js/lib/mithril.min.js"></script>
|
|
|
|
|
|
|
|
<!-- main module -->
|
2019-12-29 18:12:30 +03:00
|
|
|
<script src="js/stats.js" type="module"></script>
|
2019-12-29 17:43:46 +03:00
|
|
|
|
|
|
|
<!-- no modules -->
|
2019-12-29 18:12:30 +03:00
|
|
|
<script src="js/bundle-stats.js" nomodule></script>
|
2019-12-29 17:43:46 +03:00
|
|
|
</body>
|
|
|
|
</html>
|