diff options
author | Choom | 2023-01-16 05:32:08 -0300 |
---|---|---|
committer | Choom | 2023-01-18 22:06:34 -0300 |
commit | 542e8d1452130079ae47f7a56328f8421e56f5ab (patch) | |
tree | 37c15cdd5803f05ad5a36fb2e62cd05ad3fc6ef3 /cgi/templates/base_bottom.html | |
parent | 53056e445626d21523a799c8d8f03b16f24b0c47 (diff) | |
download | weabot-542e8d1452130079ae47f7a56328f8421e56f5ab.tar.gz weabot-542e8d1452130079ae47f7a56328f8421e56f5ab.tar.xz weabot-542e8d1452130079ae47f7a56328f8421e56f5ab.zip |
Config para el usuario
Diffstat (limited to 'cgi/templates/base_bottom.html')
-rw-r--r-- | cgi/templates/base_bottom.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/base_bottom.html b/cgi/templates/base_bottom.html index 102f8f2..2a63435 100644 --- a/cgi/templates/base_bottom.html +++ b/cgi/templates/base_bottom.html @@ -1,3 +1,3 @@ -<div class="footer">- <a href="//www.bienvenidoainternet.org" target="_top">weabot</a> <?py include('templates/revision.html') ?> -</div> +<div id="footer">- <a href="//www.bienvenidoainternet.org" target="_top">weabot</a> <?py include('templates/revision.html') ?> -</div> </body> -</html>
\ No newline at end of file +</html> |