diff options
author | junk | 2021-03-27 20:20:28 -0300 |
---|---|---|
committer | junk | 2021-03-27 20:53:56 -0300 |
commit | 9b039e42df4eefb7971a2cfa19bce260ab4ef08f (patch) | |
tree | 5ad65f7f0dabaa439745daeae5a7dd374c8a1b03 /cgi/templates/mobile/base_top.html | |
parent | 0e86988ba9099072dcd2af5142f8f4e988908e9b (diff) | |
download | weabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.tar.gz weabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.tar.xz weabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.zip |
Arreglando diseño para móviles
Diffstat (limited to 'cgi/templates/mobile/base_top.html')
-rw-r--r-- | cgi/templates/mobile/base_top.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/mobile/base_top.html b/cgi/templates/mobile/base_top.html index 6a6c5bd..aa016a4 100644 --- a/cgi/templates/mobile/base_top.html +++ b/cgi/templates/mobile/base_top.html @@ -9,6 +9,6 @@ <?py #endif ?> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="#{static_url}img/favicon.ico" /> - <link rel="stylesheet" type="text/css" href="#{static_url}css/mobile.css?v=8" /> - <script type="text/javascript" src="#{static_url}js/mobile.js?v=9"></script> + <link rel="stylesheet" type="text/css" href="#{static_url}css/mobile.css" /> + <script type="text/javascript" src="#{static_url}js/mobile.js"></script> </head> |