summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-01-29 17:37:27 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-01-29 17:37:27 -0500
commitcdfabebee456af0f8ef8f9919816c5bf182e8a59 (patch)
tree43b789ce60a6c8756b6509328881ac1d39f3851d /static
parent09ec29de1d0bb3049737b9ef62fe2c0f85addfd6 (diff)
add redirect script to install pages
Diffstat (limited to 'static')
-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>