use ES6 modules for all JavaScript

This commit is contained in:
Daniel Micay
2020-04-01 06:13:08 -04:00
parent b945ab3cac
commit b23ea7474c
9 changed files with 8 additions and 11 deletions

View File

@@ -23,6 +23,7 @@
<link rel="stylesheet" href="/grapheneos.css?16"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/usage"/>
<script type="module" src="/redirect.js?6"></script>
</head>
<body>
<nav>
@@ -335,6 +336,5 @@
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
</ul>
</footer>
<script src="/redirect.js?5"></script>
</body>
</html>