File size: 622 Bytes
2ce42d3
1c56e08
2ce42d3
1c56e08
 
 
 
 
 
 
 
 
 
 
 
 
 
2ce42d3
1c56e08
3257fef
3f3ecd7
3257fef
 
 
2ce42d3
1c56e08
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
<!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>