aboutsummaryrefslogtreecommitdiffstats
path: root/src/browser/index.html
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2020-08-11 21:17:59 +0200
committerivarlovlie <git@ivarlovlie.no>2020-08-11 21:17:59 +0200
commit7b64c35e35840b946675f0f999c73c6045fd8ff3 (patch)
tree00ebc071a29c94ec6fb57c62b3426316a2867ac1 /src/browser/index.html
parenta5f1018fda5572912c126b1e8dd656209fca0e46 (diff)
downloaddough-7b64c35e35840b946675f0f999c73c6045fd8ff3.tar.xz
dough-7b64c35e35840b946675f0f999c73c6045fd8ff3.zip
meritless work
Diffstat (limited to 'src/browser/index.html')
-rw-r--r--src/browser/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/browser/index.html b/src/browser/index.html
index 142b590..b9ccb70 100644
--- a/src/browser/index.html
+++ b/src/browser/index.html
@@ -4,6 +4,9 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <script>
+ document.getElementsByTagName("html")[0].className += " js";
+ </script>
<title>Vite App</title>
</head>
<body>