diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2020-08-11 21:17:59 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2020-08-11 21:17:59 +0200 |
| commit | 7b64c35e35840b946675f0f999c73c6045fd8ff3 (patch) | |
| tree | 00ebc071a29c94ec6fb57c62b3426316a2867ac1 /src/browser/index.html | |
| parent | a5f1018fda5572912c126b1e8dd656209fca0e46 (diff) | |
| download | dough-7b64c35e35840b946675f0f999c73c6045fd8ff3.tar.xz dough-7b64c35e35840b946675f0f999c73c6045fd8ff3.zip | |
meritless work
Diffstat (limited to 'src/browser/index.html')
| -rw-r--r-- | src/browser/index.html | 3 |
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> |
