Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
|
30 |
const tit = urlParams.get("title");
|
31 |
if (tit !== null){
|
32 |
-
var titl = "<center><
|
33 |
document.getElementById("in_html").innerHTML=titl;
|
34 |
}
|
35 |
const links = urlParams.get("links");
|
|
|
29 |
|
30 |
const tit = urlParams.get("title");
|
31 |
if (tit !== null){
|
32 |
+
var titl = "<center><h1>"+tit+"</h1></center>"
|
33 |
document.getElementById("in_html").innerHTML=titl;
|
34 |
}
|
35 |
const links = urlParams.get("links");
|