meshviewer/html/index.html
2016-06-02 22:48:40 +02:00

19 lines
594 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" href="roboto-slab-fontface.css">
<link rel="stylesheet" href="css/roboto-fontface.css">
<link rel="stylesheet" href="style.css?__inline=true">
<script>
var jsonData = __inline(config.json);
</script>
<script src="vendor/es6-shim/es6-shim.min.js?__inline=true"></script>
<script src="app.js"></script>
</head>
<body>
<div class="loader">Lade<br /><span class="spinner"></span><br />Karten &amp; Knoten...</div>
</body>
</html>