don't cache

This commit is contained in:
Kameron Kenny 2019-05-28 21:02:48 -04:00
parent 596b49f3b1
commit 21a361b3e1
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
<head> <head>
<title>Countdown Timer</title> <title>Countdown Timer</title>
<link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head> </head>
<body> <body>

View File

@ -1,5 +1,5 @@
// meta // meta
var version = "0.9.001" var version = "0.9.002"
var debug = false; var debug = false;
var style = 'green'; var style = 'green';