Skip to content

Commit

Permalink
Refactor CSS file names and update HTML references
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ committed Jul 24, 2024
1 parent a131331 commit 98d1adc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daily To-Do App</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const cacheName = 'todo-cache-v1';
const filesToCache = [
'/',
'/index.html',
'/styles.css',
'/style.css',
'/script.js',
];

Expand Down
File renamed without changes.

0 comments on commit 98d1adc

Please sign in to comment.