From 5b2b91f06cb5a3eadbcf0089116f0978dee4c255 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 5 Dec 2024 20:46:15 +0000 Subject: [PATCH] feat: add viewport meta tag with charset to index.html for mobile responsiveness Inserted and into the section of src/rchat/static/index.html, ensuring proper character encoding and responsive scaling on mobile browsers. --- src/rchat/static/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rchat/static/index.html b/src/rchat/static/index.html index 936dcec..97bca6f 100644 --- a/src/rchat/static/index.html +++ b/src/rchat/static/index.html @@ -2,6 +2,9 @@ + + + rchat