diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2020-12-23 21:33:28 -0600 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2020-12-23 21:33:28 -0600 |
commit | 55e8d9d7519cad97a0f5428554806d9eb8e7a00f (patch) | |
tree | 52fa305a3e0284b4ae1135dcd681f535422a4658 /index.html | |
parent | 6036e5edc9f2b3290c0b0446b02f698c2e39295e (diff) |
Fix: css reloading by adding version query param
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <link rel="stylesheet" type="text/css" href="style.css"> + <link rel="stylesheet" type="text/css" href="style.css?version=2"> <link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/gnu-unifont" type="text/css"/> <title>Tapes</title> </head> |