2015-03-29 12:43:02 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2016-05-22 12:51:30 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
2016-05-22 20:13:46 +00:00
|
|
|
<link rel="stylesheet" href="style.css?__inline=true">
|
2016-06-01 20:20:14 +00:00
|
|
|
<script>
|
|
|
|
var jsonData = __inline(config.json);
|
|
|
|
</script>
|
2016-05-22 20:13:46 +00:00
|
|
|
<script src="vendor/es6-shim/es6-shim.min.js?__inline=true"></script>
|
2016-05-22 12:51:30 +00:00
|
|
|
<script src="app.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-06-02 20:48:40 +00:00
|
|
|
<div class="loader">Lade<br /><span class="spinner"></span><br />Karten & Knoten...</div>
|
2016-05-22 12:51:30 +00:00
|
|
|
</body>
|
2015-03-29 12:43:02 +00:00
|
|
|
</html>
|