Skip to content

Instantly share code, notes, and snippets.

@Hostifycz
Last active May 3, 2021 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hostifycz/0b55d14571f8102199e922fb45d8dcc9 to your computer and use it in GitHub Desktop.
Save Hostifycz/0b55d14571f8102199e922fb45d8dcc9 to your computer and use it in GitHub Desktop.
Dynmapa pomocí iframu na Webhostingu
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dynmapa</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body, html, iframe {
width: 100%;
height: 100%;
}
iframe {
border: none;
}
body {
display: flex;
}
</style>
</head>
<body>
<iframe width="100%" height="100%" src="ADRESA_DYNMAPY">
</iframe>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment