embed-rescue-map / map.html
nouamanetazi's picture
nouamanetazi HF staff
add map example
023bf00
<!-- 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>