Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
document.getElementById("in_html").style=sty;
|
17 |
|
18 |
const tit = urlParams.get("title");
|
19 |
-
if
|
20 |
var titl = "<center><b>"+tit+"</b></center>"
|
21 |
document.getElementById("in_html").innerHTML=titl;
|
22 |
}
|
|
|
16 |
document.getElementById("in_html").style=sty;
|
17 |
|
18 |
const tit = urlParams.get("title");
|
19 |
+
if tit == True{
|
20 |
var titl = "<center><b>"+tit+"</b></center>"
|
21 |
document.getElementById("in_html").innerHTML=titl;
|
22 |
}
|