Spaces:
Running
Running
<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> | |