Update index.html
Browse files- index.html +0 -11
index.html
CHANGED
@@ -733,17 +733,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
733 |
video.load();
|
734 |
}
|
735 |
});
|
736 |
-
|
737 |
-
// sw-register.js
|
738 |
-
if ('serviceWorker' in navigator) {
|
739 |
-
window.addEventListener('load', () => {
|
740 |
-
navigator.serviceWorker.register('/service-worker.js').then(registration => {
|
741 |
-
alert('SW registered:' + registration);
|
742 |
-
}).catch(error => {
|
743 |
-
alert('SW registration failed:' + error);
|
744 |
-
});
|
745 |
-
});
|
746 |
-
}
|
747 |
</script>
|
748 |
<!-- テクノロジー風背景 -->
|
749 |
<div class="tech-background" id="techBg"></div>
|
|
|
733 |
video.load();
|
734 |
}
|
735 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
736 |
</script>
|
737 |
<!-- テクノロジー風背景 -->
|
738 |
<div class="tech-background" id="techBg"></div>
|