le-mot / index.html
MikeDoes's picture
Upload index.html
3f3ecd7 verified
raw
history blame contribute delete
622 Bytes
<!DOCTYPE html>
<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>