shigi-stream-bingo/export/index.html
2020-09-27 20:52:15 -06:00

21 lines
520 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mod Bingo - Powered by Godot</title>
<style type="text/css">
body {
background-color: black;
}
p {
color: greenyellow;
}
</style>
</head>
<body>
<iframe src="./stream-bingo.html" style="margin:auto; width:1000px; height:1000px; display:block; border:none;"></iframe>
</body>
</html>