File size: 517 Bytes
023bf00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- Simple html page to showcase iframe (makae sure javascript is enabled) -->
<!DOCTYPE html>
<html>
<head>
	<title>Map</title>
</head>
<body>
	<iframe id="nt3awnou-map"
	src="https://nt3awnou-embed-rescue-map.hf.space/?embed=true" width="1200" height="720" 
	frameborder="0"
	width="850"
	height="450"
	title="Nt3awno Rescue Map">
	</iframe>
	<script src="https://cdn.jsdelivr.net/npm/iframe-resizer@4.3.4/js/iframeResizer.min.js"></script>
	<script>
	iFrameResize({}, "#nt3awnou-map");
	</script>
</body>
</html>