diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-05 02:43:55 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-05 02:43:55 -0500 |
| commit | f9328e24c1b4adf2d6e5f36a471fd504fa8dd8f7 (patch) | |
| tree | 415db24e9f12f1a91bb0ef30d80d47d16aaed51d /static/index.html | |
| parent | e1ddbd94b0a975b4ee08f8936672b6da80e4d113 (diff) | |
move javascript files to js directory
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 18588032..6ca17fc1 100644 --- a/static/index.html +++ b/static/index.html @@ -26,7 +26,7 @@ <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/"/> <link rel="license" href="/LICENSE.txt"/> - <script type="module" src="/redirect.js?8"></script> + <script type="module" src="/js/redirect.js?8"></script> </head> <body> <header> |
