-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
38 lines (34 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="custom.min.css">
</head>
<body>
<h1>Getting Started</h1>
<h2>Preparation</h2>
<p>All you need to do is to locate the file nistMap.html from nis folder</p>
<h4>Example</h4>
<textarea disabled="true" style="border: none;background-color:white; width: 100%; height: 100px;">
<div style="display: flex; justify-content: center; align-items: center;">
<iframe src="nis/nist_Map.html" style="width: 100%;height: 500px;border: none;"></iframe>
</div>
</textarea>
<br>
<center>
<h1>2D Map</h1>
</center>
<div style="display: flex; justify-content: center; align-items: center;">
<iframe src="nist_Map.html" style="width: 100%; height: 500px; border: none;" id="i1" class="iframe" ></iframe>
</div>
<center>
<h1>3D Map</h1>
</center>
<div style="display: flex; justify-content: center; align-items: center;">
<iframe src="nist_Map1.html" style="width: 100%; height: 500px; border: none;" id="i2" class="iframe"></iframe>
</div>
<script>
</script>
</body>
</html>