diff options
author | lolcat <will@lolcat.ca> | 2023-07-27 23:06:49 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-07-27 23:06:49 -0400 |
commit | 7c771c82c8e03b337f9f03ae2d4afc25d3f0faca (patch) | |
tree | 7a4deca784caee3aebaf29b99f7f1f087a2bb9c9 /template/home.html | |
parent | 16ee0b368fcf24b48574172726e32a19c275d691 (diff) |
bug fixes (without google support)
Diffstat (limited to 'template/home.html')
-rw-r--r-- | template/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/home.html b/template/home.html index 7f00dae..8ca6377 100644 --- a/template/home.html +++ b/template/home.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>4get</title> <meta name="viewport" content="width=device-width,initial-scale=1"> - <link rel="stylesheet" href="/static/style.css"> + <link rel="stylesheet" href="/static/style.css?v2"> <meta name="robots" content="index,follow"> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <meta name="description" content="4get.ca: They live in our walls!"> @@ -31,6 +31,6 @@ Report a problem: <a href="https://lolcat.ca/contact">lolcat.ca/contact</a> </div> </div> - <script src="/static/client.js"></script> + <script src="/static/client.js?v2"></script> </body> </html> |