-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (54 loc) · 1.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE = HTML>
<html>
<head>
<title>
CSGPM - Wifi Location Service
</title>
<style>
body {
padding: 0;
margin: 0;
}
</style>
<link rel="stylesheet" type="text/css" href="objects.css">
</head>
<body>
<div class="paarseBalk"></div>
<div class="logo"></div>
<!--Heel wat witregels. Anyplace ging onder het logo en laadde vervolgens niet-->
<br><br><br><br><br><br>
<iframe width="100%" height="100%"
src="https://ap.cs.ucy.ac.cy/viewer/?buid=building_7dbc3eee-f4f2-453c-b515-6373de878698_1606139581789" allow="geolocation">
</iframe>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script>
$(document).ready(function(){
$("#myModal").modal('show');
});
</script>
</head>
<body>
<div id="myModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Welkom!</h5>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<p>Handleiding gebruik:<BR>1) Druk op de knop linksonderin</p>
<img src="Schermopname (29).png" width="50" height="50">
<p>2) Typ uw gewenste lokaal in bij 'select a point of interest'<BR>3) Druk op de groene pijl</p>
</div>
</div>
</div>
</div>
</body>
<body>
</html>