mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-16 04:50:01 -04:00
16 lines
No EOL
404 B
HTML
16 lines
No EOL
404 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<script>
|
|
if ('serviceWorker' in navigator) {
|
|
navigator.serviceWorker.register('/uv.sw.js', {
|
|
scope: '/sw/',
|
|
});
|
|
navigator.serviceWorker.ready.then(() => {
|
|
location.reload()
|
|
})
|
|
};
|
|
</script>
|
|
</body>
|
|
</html> |