diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-01 06:13:08 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-01 06:15:48 -0400 |
| commit | b23ea7474c6c3d806dc5cc620fdfd13843e5d415 (patch) | |
| tree | 1ba27b60c3e9c7b32e64b6cf80b3f751d532e045 /static/build.html | |
| parent | b945ab3cac79b113d976b429b0fffa3c72a49fdf (diff) | |
use ES6 modules for all JavaScript
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index feb4c4fc..7b0aef37 100644 --- a/static/build.html +++ b/static/build.html @@ -23,6 +23,7 @@ <link rel="stylesheet" href="/grapheneos.css?16"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/build"/> + <script type="module" src="/redirect.js?6"></script> </head> <body> <nav> @@ -935,6 +936,5 @@ export PATH="$PATH:$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools: <li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li> </ul> </footer> - <script src="/redirect.js?5"></script> </body> </html> |
