Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>Install Service Worker</title>
</head>
<body>
<script>
navigator.serviceWorker.register("serviceworker.js");
</script>
</body>
</html>