Update index.html
Browse files- index.html +4 -3
index.html
CHANGED
|
@@ -16,9 +16,10 @@
|
|
| 16 |
document.getElementById("in_html").style=sty;
|
| 17 |
|
| 18 |
const tit = urlParams.get("title");
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
| 22 |
const links = urlParams.get("links");
|
| 23 |
var linkz= links.split(",");
|
| 24 |
let i = 0;
|
|
|
|
| 16 |
document.getElementById("in_html").style=sty;
|
| 17 |
|
| 18 |
const tit = urlParams.get("title");
|
| 19 |
+
if tit{
|
| 20 |
+
var titl = "<center><b>"+tit+"</b></center>"
|
| 21 |
+
document.getElementById("in_html").innerHTML=titl;
|
| 22 |
+
}
|
| 23 |
const links = urlParams.get("links");
|
| 24 |
var linkz= links.split(",");
|
| 25 |
let i = 0;
|