service worker
This commit is contained in:
parent
c4d73c0900
commit
a588ec38e3
3 changed files with 35 additions and 2 deletions
14
index.html
14
index.html
|
@ -52,6 +52,16 @@
|
|||
}
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.register('./service-worker.js')
|
||||
.then(reg => console.log('Service Worker registered!', reg))
|
||||
.catch(err => console.error('Service Worker registration failed:', err));
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
@ -78,13 +88,13 @@
|
|||
<a href="https://call.contingent.space" title="NEEDS">☎️</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://test.contingent.space" >⏰</a>
|
||||
<a href="https://draw.contingent.space" >⏰</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://radio.contingent.space/live" class="internal-link" title="ROADMAP">📻</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://contingent.space/roadmap.html" class="internal-link" title="ROADMAP">🗺️</a>
|
||||
<a href="https://board.contingent.space" class="internal-link" title="ROADMAP">🗺️</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="">🔄</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue