Spaces:
Running
Running
<html> | |
<head> | |
<style> | |
body, html { | |
margin: 0; | |
padding: 0; | |
width: 100%; | |
height: 100%; | |
overflow: hidden; | |
} | |
iframe { | |
width: 100%; | |
height: 100%; | |
border: none; | |
} | |
</style> | |
</head> | |
<body> | |
<iframe src="https://lemot.online/game/" | |
style="width:100%;height:100vh" | |
allow="accelerometer; camera; geolocation; microphone; midi; clipboard-read; clipboard-write" | |
sandbox="allow-scripts allow-same-origin allow-forms allow-modals"> | |
</iframe> | |
</body> | |
</html> |