summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/install/cli.html1
-rw-r--r--static/install/web.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/static/install/cli.html b/static/install/cli.html
index 59152687..6b2d28ae 100644
--- a/static/install/cli.html
+++ b/static/install/cli.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?9"></script>
</head>
<body>
<header>
diff --git a/static/install/web.html b/static/install/web.html
index 836e995f..e580faff 100644
--- a/static/install/web.html
+++ b/static/install/web.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?9"></script>
<script type="module" src="/js/fastboot/dist/fastboot.min.mjs?0"></script>
<script type="module" src="/js/web-install.js?5"></script>
</head>