fix uses of redirect.js not using the new syntax

This commit is contained in:
Daniel Micay 2021-11-23 23:32:19 -05:00
parent 8ea9b396c4
commit e023c074b8
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
{{css|/main.css}}
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/js/redirect.js"></script>
{{js|/js/redirect.js}}
</head>
<body>
<header>

View File

@ -27,7 +27,7 @@
{{css|/main.css}}
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/>
<script type="module" src="/js/redirect.js"></script>
{{js|/js/redirect.js}}
</head>
<body>
<header>