forked from saidabdul80/INISTMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.html
More file actions
22 lines (20 loc) · 703 Bytes
/
demo.html
File metadata and controls
22 lines (20 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title></title>
</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/nistMap.html" style="width: 50%;height: 500px;border: none;"></iframe>
</div>
</textarea>
<div style="display: flex; justify-content: center; align-items: center;">
<iframe src="nis/nistMap.html" style="width: 50%;height: 500px;border: none;"></iframe>
</div>
</body>
</html>