Skip to content

Commit 362412f

Browse files
authored
Create index.html
1 parent d8ea7cc commit 362412f

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

taastrup/index.html

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Tåstrup Støjvold</title>
5+
<meta charset="utf-8">
6+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
7+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
8+
<style type="text/css">
9+
body {
10+
font-family: courier !important;
11+
}
12+
</style>
13+
</head>
14+
<body>
15+
<nav class="navbar navbar-default">
16+
<div class="container-fluid">
17+
<div class="navbar-header">
18+
<a class="navbar-brand" href="#">Taastrup Støjvold</a>
19+
</div>
20+
</div>
21+
</nav>
22+
<div class="container">
23+
<div class="col-md-12 text-center">
24+
<a href="http://baffioso.github.io/taastrup/3d/taastrup.html" class="btn btn-default" role="button">
25+
<img src="http://www.msmacrosystem.nl/Ilwis/Luzm_FlyBy1.jpg" width="300" />
26+
</br>
27+
3D model
28+
</a>
29+
<a href="http://35.156.127.45/apps/viewer/stoejvold/taastrup/#stamenToner/15/12.277/55.6656/taastrup.bygning_kp_lp_anvendelse" class="btn btn-default" role="button">
30+
<img src="https://mango-is.com/img/blog/brussels-bike-theft-map.png" width="300" />
31+
</br>
32+
Webkort
33+
</a>
34+
</div>
35+
</div>
36+
</body>
37+
</html>

0 commit comments

Comments
 (0)