skip building hopglass
This commit is contained in:
parent
cd10452112
commit
4d65b6db08
50 changed files with 2716 additions and 3 deletions
27
hopglass-frontend/index.html
Normal file
27
hopglass-frontend/index.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
<link rel="stylesheet" href="css/ionicons.min.css?undefined">
|
||||
<link rel="stylesheet" href="css/roboto-slab/roboto-slab-fontface.css?undefined">
|
||||
<link rel="stylesheet" href="css/roboto/roboto-fontface.css?undefined">
|
||||
<link rel="stylesheet" href="style.css?undefined">
|
||||
<script src="app.js?undefined"></script>
|
||||
<script>
|
||||
console.log("Version: undefined")
|
||||
</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>
|
Loading…
Add table
Add a link
Reference in a new issue