From 91d052a46a5c27ec65692b8b74fad9d22cc53bb1 Mon Sep 17 00:00:00 2001 From: Grant Squires Date: Thu, 6 Oct 2022 13:22:40 -0500 Subject: fixed face --- html/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/index.html b/html/index.html index 354eb04..2765855 100644 --- a/html/index.html +++ b/html/index.html @@ -160,9 +160,9 @@ sendnoenc('pub.key', { sid: sid, pub: mypub }) readTextFile("kanna.txt").then((kanna) => { let left = -300; - let top = -40; + let top = '15%'; let t = setInterval(() => { - document.getElementById("kanna").innerHTML += "
" + (kanna.replaceAll("#", "
").replaceAll(" ", "_")) + "
" + document.getElementById("kanna").innerHTML += "
" + (kanna.replaceAll("#", "
").replaceAll(" ", "_")) + "
" left += 300 if (left >= 600) { clearInterval(t) -- cgit v1.2.3