Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bpd01001 committed Sep 19, 2024
1 parent e2e1aca commit 6137700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Home | Offline First Demo</title>
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('../sw.js');
navigator.serviceWorker.register('sw.js');
}
</script>
<link rel="stylesheet" href="css/styles.css" />
Expand All @@ -18,4 +18,4 @@
<li><a href="gallery.html">Photo Gallery</a></li>
</ul>
</body>
</html>
</html>
Empty file removed js/script.js
Empty file.

0 comments on commit 6137700

Please sign in to comment.