summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGrant Shangreaux <grant@unabridgedsoftware.com>2020-12-23 21:33:28 -0600
committerGrant Shangreaux <grant@unabridgedsoftware.com>2020-12-23 21:33:28 -0600
commit55e8d9d7519cad97a0f5428554806d9eb8e7a00f (patch)
tree52fa305a3e0284b4ae1135dcd681f535422a4658 /index.html
parent6036e5edc9f2b3290c0b0446b02f698c2e39295e (diff)
Fix: css reloading by adding version query param
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 93462bc..d0a6e15 100644
--- a/index.html
+++ b/index.html
@@ -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>