fix the comment not being on the script tag :p

blehhhhhhh
This commit is contained in:
Ashley 2023-12-18 14:11:38 +00:00
parent 627d117c73
commit de6756c104

View file

@ -1326,8 +1326,10 @@ links.forEach(link => {
<script> // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('service-worker.js');
} </script>
// @license-end
}
// @license-end
</script>
</body >
</html> <% } %>