Omnibus commited on
Commit
be9fc2d
·
1 Parent(s): 3043129

Update index.html

Browse files
Files changed (1) hide show
  1. 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><b>"+tit+"</b></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");