MikeDoes commited on
Commit
3257fef
·
verified ·
1 Parent(s): 1c56e08

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -1
index.html CHANGED
@@ -17,6 +17,10 @@
17
  </style>
18
  </head>
19
  <body>
20
- <iframe src="https://lemot.online/game/" allowfullscreen></iframe>
 
 
 
 
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>