move javascript files to js directory

This commit is contained in:
Daniel Micay 2021-01-05 02:43:55 -05:00
parent e1ddbd94b0
commit f9328e24c1
7 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/build"/> <link rel="canonical" href="https://grapheneos.org/build"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?8"></script> <script type="module" src="/js/redirect.js?8"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -26,7 +26,7 @@
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/faq"/> <link rel="canonical" href="https://grapheneos.org/faq"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?8"></script> <script type="module" src="/js/redirect.js?8"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -26,7 +26,7 @@
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/"/> <link rel="canonical" href="https://grapheneos.org/"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?8"></script> <script type="module" src="/js/redirect.js?8"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -27,8 +27,8 @@
<link rel="canonical" href="https://grapheneos.org/releases"/> <link rel="canonical" href="https://grapheneos.org/releases"/>
<link rel="alternate" type="application/atom+xml" href="/releases.atom"/> <link rel="alternate" type="application/atom+xml" href="/releases.atom"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/releases.js?13"></script> <script type="module" src="/js/releases.js?13"></script>
<script type="module" src="/redirect.js?8"></script> <script type="module" src="/js/redirect.js?8"></script>
</head> </head>
<body> <body>
<header> <header>

View File

@ -26,7 +26,7 @@
<link rel="manifest" href="/manifest.webmanifest"/> <link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/usage"/> <link rel="canonical" href="https://grapheneos.org/usage"/>
<link rel="license" href="/LICENSE.txt"/> <link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/redirect.js?8"></script> <script type="module" src="/js/redirect.js?8"></script>
</head> </head>
<body> <body>
<header> <header>