broadfield commited on
Commit
124018b
·
verified ·
1 Parent(s): 8b256e5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -5
index.html CHANGED
@@ -5,7 +5,12 @@
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
- <script>
 
 
 
 
 
9
 
10
  const urlParams = new URLSearchParams(window.location.search);
11
  var p_pdf = urlParams.get('pdfurl')
@@ -54,9 +59,6 @@
54
  framediv.appendChild(iframediv);
55
  })
56
  </script>
57
- </head>
58
- <body>
59
- <div id='cap'>
60
- </div>
61
  </body>
62
  </html>
 
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
+ </head>
9
+ <body>
10
+
11
+ <div id='cap'>
12
+ </div>
13
+ <script>
14
 
15
  const urlParams = new URLSearchParams(window.location.search);
16
  var p_pdf = urlParams.get('pdfurl')
 
59
  framediv.appendChild(iframediv);
60
  })
61
  </script>
62
+
 
 
 
63
  </body>
64
  </html>