landing page stub

master
Thomas Rudin 2018-06-15 13:25:54 +02:00
parent 7d58f60a3c
commit e90b1588a5
2 changed files with 36 additions and 1 deletions

12
data/nginx/html/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1 +1,24 @@
<a href="/map">Go to map</a>
<html>
<head>
<title>Pandorabox</title>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
</head>
<body>
<div class="container-fluid">
<br>
<div class="row">
<div class="col-md-3">
</div>
<div class="col-md-3">
<a class="btn btn-primary btn-block" href="map">
Map
</a>
</div>
<div class="col-md-6">
<iframe src="map/#-1782.25/493.5/10" width="100%" height="500px"/>
</div>
</div>
</div>
</body>
</html>