From 66cb59a1223fad4fb185b76873e8e677a17f24ea Mon Sep 17 00:00:00 2001 From: Jad Date: Wed, 12 Aug 2020 10:25:00 +0000 Subject: [PATCH] style: update chat room title --- views/index.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.pug b/views/index.pug index e2fa8d3..356b0aa 100644 --- a/views/index.pug +++ b/views/index.pug @@ -80,7 +80,7 @@ html img.src = 'https://count.getloli.com/get/@' + text + '?theme=' + theme }) - iframe(src="https://chat.getloli.com/room/@Moe-counter?title=%E5%8F%AF%E7%88%B1%E7%9A%84%E8%AE%A1%E6%95%B0%E5%99%A8%E7%9A%84%E7%95%99%E8%A8%80%E6%9D%BF", scrolling="no", frameborder="0", height="70%", width="26%", style="position: fixed;top: 2%;right: 5%;") + iframe(src="https://chat.getloli.com/room/@Moe-counter?title=%E8%90%8C%E8%90%8C%E8%AE%A1%E6%95%B0%E5%99%A8%E7%9A%84%E7%95%99%E8%A8%80%E6%9D%BF", scrolling="no", frameborder="0", height="70%", width="26%", style="position: fixed;top: 2%;right: 5%;") p.copy a(href='https://repl.it/@journeyad/Moe-counter') source code \ No newline at end of file