mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
10 lines
226 B
HTML
10 lines
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> |