10 lines
No EOL
221 B
HTML
10 lines
No EOL
221 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<body>
|
|
<script>
|
|
navigator.serviceWorker.register('sw.js', {
|
|
scope: location.pathname.split('/').slice(0, 2).join('/') + '/'
|
|
})
|
|
</script>
|
|
</body>
|
|
</html> |