pitcher-window
Version:
Pitcher parent frame module
26 lines (25 loc) • 457 B
HTML
<html>
<head>
<meta charset="utf-8">
<style>
body {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
background: black;
}
iframe {
border: 0;
width: 100vw;
height: 100vh;
display: block;
margin-left: auto;
}
</style>
</head>
<body>
<iframe src="parent/index.html"></iframe>
</body>
</html>