Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
guruakashsm authored Feb 6, 2024
1 parent d8a9513 commit a8aa36b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="logo.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="manifest.json">
<script>
//if browser support service worker
if('serviceWorker' in navigator) {
navigator.serviceWorker.register('sw.js');
};
</script>
<title>Calculator</title>
<style>
* {
Expand Down

0 comments on commit a8aa36b

Please sign in to comment.