mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
16 lines
462 B
HTML
16 lines
462 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="robots" content="noindex">
|
|
<style>
|
|
body {
|
|
/* not quite white so we can test transparency */
|
|
background-color: #ffeecc;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe src="embed.html?addons=pause,gamepad&settings-button&fullscreen-background=black#443603478" width="499" height="416" allowtransparency="true" frameborder="0" scrolling="no" allowfullscreen></iframe>
|
|
</body>
|
|
</html>
|