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