HTML: Waze map embed into webpage

PHOTO EMBED

Wed Oct 09 2024 19:23:36 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #html

<!DOCTYPE html>
<html lang="en">
    <head>
        <title></title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link href="css/style.css" rel="stylesheet">
    </head>
    <body>
    <p>
    <div class="cmain" style="display:inline-block; width:auto; height:auto; overflow:hidden;">
    <div class="container" style="display:inline-block; ">
    <iframe frameborder="no" src="https://embed.waze.com/es/iframe?zoom=15&lat=18.505706347986067&lon=-69.85666856117285&pin=1"
  width="800" height="670"></iframe>
  </div>
    </div>
    </body> 
</html>
content_copyCOPY