1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-01-14 02:46:13 +11:00
agb/examples/the-purple-night/html/index.html
2022-01-01 12:05:48 +00:00

17 lines
277 B
HTML

<html>
<body>
<center>
<iframe src="./emu.html" width="240" height="160"></iframe>
</center>
</body>
<style>
iframe {
width: min(100%, calc(100vh / (2/3)));
height: min(100%, calc(100vw / (2/3)));
border: 0;
}
</style>
</html>