rbo-player / templates /emulator.html
Peeble's picture
Create emulator.html
f1dd594 verified
raw
history blame contribute delete
302 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Emulator</title>
</head>
<body>
<h1>RBO Emulator</h1>
<iframe src="/iframe/emulator#true" width="800" height="600"></iframe>
</body>
</html>