This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2024-11-03 23:01:45 +01:00
parent cad9b6f493
commit 3e29ef0677
Signed by: lilith
SSH key fingerprint: SHA256:LAjgsAMyT3LO2JVtr6fQ4N3RTYoRRlIm5wAKsbDife4

View file

@ -44,7 +44,7 @@ fetch(host.replace("%", "top10")).then(r => r.text()).then(r => {
var tr = document.createElement("tr");
var th = document.createElement("th");
th.title = "Info Hash"
th.title = "info hash"
th.textContent = "\uf4df";
tr.appendChild(th);