28 lines
		
	
	
	
		
			748 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			748 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
|   <meta name="viewport" content="width=device-width, user-scalable=no">
 | |
|   <link rel="stylesheet" href="hopglass-icons.css?__inline=true">
 | |
|   <link rel="stylesheet" href="roboto-slab-fontface.css">
 | |
|   <link rel="stylesheet" href="roboto-fontface.css">
 | |
|   <link rel="stylesheet" href="style.css?__inline=true">
 | |
|   <script src="vendor/es6-shim/es6-shim.min.js?__inline=true"></script>
 | |
|   <script src="app.js"></script>
 | |
|   <script>
 | |
|     console.log("Version: #revision#");
 | |
|   </script>
 | |
| </head>
 | |
| <body>
 | |
| <div class="loader">
 | |
|   <p>
 | |
|     Lade<br/>
 | |
|     <span class="spinner"></span><br/>
 | |
|     Karte & Knoten...
 | |
|   </p>
 | |
|   <noscript>
 | |
|     <strong>JavaScript required</strong>
 | |
|   </noscript>
 | |
| </div>
 | |
| </body>
 | |
| </html>
 | 
