mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
17 lines
277 B
HTML
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>
|