nouamanetazi HF staff commited on
Commit
023bf00
1 Parent(s): 20cc4aa

add map example

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