diff options
author | Choom | 2023-01-09 18:05:42 -0300 |
---|---|---|
committer | Choom | 2023-01-09 18:05:42 -0300 |
commit | 8e2c4d946bbf58bd5ae50d44b6c5c6b308228379 (patch) | |
tree | bf89313894250cc3edaad2027029b5f583aaf31f /cgi/templates/home.html | |
parent | 65fd303962d7744a5268db83a72fe66c7378565a (diff) | |
download | weabot-8e2c4d946bbf58bd5ae50d44b6c5c6b308228379.tar.gz weabot-8e2c4d946bbf58bd5ae50d44b6c5c6b308228379.tar.xz weabot-8e2c4d946bbf58bd5ae50d44b6c5c6b308228379.zip |
:hover en home.css
Diffstat (limited to 'cgi/templates/home.html')
-rw-r--r-- | cgi/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/home.html b/cgi/templates/home.html index 23de36a..d60b719 100644 --- a/cgi/templates/home.html +++ b/cgi/templates/home.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Bienvenido a Internet BBS/IB</title> <link rel="shortcut icon" href="favicon.ico" /> - <link rel="stylesheet" type="text/css" href="/home.css?v=16" /> + <link rel="stylesheet" type="text/css" href="/home.css?v=17" /> <script type="text/javascript" src="#{static_url}js/home.js?v=16"></script> </head> <body class="home"> |