Spaces:
Running
Running
Upload index.html
Browse files- index.html +5 -1
index.html
CHANGED
@@ -17,6 +17,10 @@
|
|
17 |
</style>
|
18 |
</head>
|
19 |
<body>
|
20 |
-
<iframe src="https://lemot.online/game/"
|
|
|
|
|
|
|
|
|
21 |
</body>
|
22 |
</html>
|
|
|
17 |
</style>
|
18 |
</head>
|
19 |
<body>
|
20 |
+
<iframe src="https://lemot.online/game/"
|
21 |
+
style="width:100%;height:600px"
|
22 |
+
allow="accelerometer; camera; geolocation; microphone; midi; clipboard-read; clipboard-write"
|
23 |
+
sandbox="allow-scripts allow-same-origin allow-forms allow-modals">
|
24 |
+
</iframe>
|
25 |
</body>
|
26 |
</html>
|