Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Tags against caching
  • Loading branch information
SameerAhmed419 authored Aug 21, 2024
1 parent c0e3b9a commit 0248dc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script type="module" src="script.js" defer></script>
Expand Down

0 comments on commit 0248dc7

Please sign in to comment.