Skip to content

Instantly share code, notes, and snippets.

@hyyan
Last active November 11, 2017 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyyan/21c7c789c3de2848534e6ef8429cb104 to your computer and use it in GitHub Desktop.
Save hyyan/21c7c789c3de2848534e6ef8429cb104 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Service Workers</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Service Workers Rocks</h1>
<button id="updateButton" style="display: none">Update Now</button>
<script>
// register service worker here
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment