File size: 570 Bytes
8392724
 
 
 
 
3de6f8c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8392724
 
3de6f8c
 
 
 
8392724
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>My Game on Hugging Face Spaces</title>
		<style>
			body {
				margin: 0;
				padding: 0;
				display: flex;
				justify-content: center;
				align-items: center;
				height: 100vh;
				background-color: #000;
			}
			iframe {
				border: none;
				width: 100%;
				height: 100%;
			}
		</style>
	</head>
	<body>
		<iframe
			src="https://game-previews.gdevelop.io/1737733317811-264844/index.html"
			allowfullscreen
		></iframe>
	</body>
</html>