diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-06 22:38:39 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-06 22:38:39 -0500 |
| commit | aae0ac8edf404d47c664506e26f8a23e8a36f01d (patch) | |
| tree | 68445f3a559fc46171dabb06ff2329af94d1e437 /static/install/index.html | |
| parent | 5450f94be18c8e7d135a97f1fb171bd758a3dca6 (diff) | |
replace legacy /install redirect
Diffstat (limited to 'static/install/index.html')
| -rw-r--r-- | static/install/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/install/index.html b/static/install/index.html index b2e1cd4b..cbf5b024 100644 --- a/static/install/index.html +++ b/static/install/index.html @@ -26,6 +26,7 @@ <link rel="stylesheet" href="/grapheneos.css?29"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> + <script type="module" src="/js/redirect.js?11"></script> </head> <body> <header> |
