Skip to content

Instantly share code, notes, and snippets.

View gustavocs97's full-sized avatar
🎯
Focusing

Gustavo gustavocs97

🎯
Focusing
View GitHub Profile
@gustavocs97
gustavocs97 / example-html.html
Last active June 8, 2022 19:23 — forked from deanhume/example-html.html
Example HTML file
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Service Worker Toolbox</title>
</head>
<body>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d60.11716079048347!2d-8.654040580676124!3d40.94925953750978!2m3!1f2.0625000000001896!2f50.74404193880082!3f0!3m2!1i1024!2i768!4f35!3m3!1m2!1s0xd24787807048a67%3A0xdf648372646609ed!2sEsmoriz!5e1!3m2!1spt-PT!2spt!4v1654716109530!5m2!1spt-PT!2spt" width="5000" height="1500" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </body>
</html>