20 lines
520 B
HTML
20 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>
|