diff options
Diffstat (limited to 'static/install/web.html')
| -rw-r--r-- | static/install/web.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/install/web.html b/static/install/web.html index 2128482f..aa8bcaa5 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -23,12 +23,12 @@ <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> <link rel="apple-touch-icon" href="/apple-touch-icon.png"/> - <link rel="stylesheet" href="/grapheneos.css?29"/> + <link rel="stylesheet" href="/grapheneos.css"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/js/redirect.js?12"></script> + <script type="module" src="/js/redirect.js"></script> <script type="module" src="/js/fastboot/dist/fastboot.min.mjs?1.0.8"></script> - <script type="module" src="/js/web-install.js?13"></script> + <script type="module" src="/js/web-install.js"></script> </head> <body> <header> |
