Gaëtan de Villèle commited on
Commit
7286c37
1 Parent(s): e24f4c6

remove specific world

Browse files
Files changed (1) hide show
  1. cubzh.html +4 -7
cubzh.html CHANGED
@@ -1,11 +1,13 @@
1
  <!DOCTYPE html>
2
  <html lang="en">
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Wrapper</title>
7
  <style>
8
- body, html {
 
9
  margin: 0;
10
  padding: 0;
11
  height: 100%;
@@ -29,12 +31,7 @@
29
 
30
  <body>
31
  <div class="fullscreen-iframe">
32
- <iframe
33
- src="https://app.cu.bzh/?worldID=c02a3c8e-f54d-4de7-97d4-37c1cd64aca1"
34
- frameborder="0"
35
- allowfullscreen
36
- crossorigin
37
- allow="cross-origin-isolated">
38
  </iframe>
39
  </div>
40
  </body>
 
1
  <!DOCTYPE html>
2
  <html lang="en">
3
+
4
  <head>
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <title>Wrapper</title>
8
  <style>
9
+ body,
10
+ html {
11
  margin: 0;
12
  padding: 0;
13
  height: 100%;
 
31
 
32
  <body>
33
  <div class="fullscreen-iframe">
34
+ <iframe src="https://app.cu.bzh/" frameborder="0" allowfullscreen crossorigin allow="cross-origin-isolated">
 
 
 
 
 
35
  </iframe>
36
  </div>
37
  </body>