diff options
author | Renard | 2019-04-02 20:15:22 -0300 |
---|---|---|
committer | Renard | 2019-04-02 20:15:22 -0300 |
commit | 96c38d09a549ccc2887e83ff17107db1ace08e8a (patch) | |
tree | dc93ff613be4b4b331b076d8e465cffb0324ed1f /cgi/templates/kako.html | |
parent | fd7a16dd0c1e81db7f3282b0518b248ebb374377 (diff) | |
parent | 8c5281cea797d2004087adf7642c5b8447e1b5f9 (diff) | |
download | weabot-96c38d09a549ccc2887e83ff17107db1ace08e8a.tar.gz weabot-96c38d09a549ccc2887e83ff17107db1ace08e8a.tar.xz weabot-96c38d09a549ccc2887e83ff17107db1ace08e8a.zip |
Merge branch 'master' of https://git.bienvenidoainternet.org/priv/www
Diffstat (limited to 'cgi/templates/kako.html')
-rw-r--r-- | cgi/templates/kako.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/kako.html b/cgi/templates/kako.html index 49d95df..921606e 100644 --- a/cgi/templates/kako.html +++ b/cgi/templates/kako.html @@ -8,7 +8,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="#{static_url}img/favicon.ico" /> <style type="text/css"> - body {margin:8px} + body {background:#FFF;color:#000;margin:8px} h1 {margin:0 0 20px} pre {margin:0} .fake {color:#0000EE;text-decoration:underline;cursor:pointer} @@ -55,6 +55,6 @@ </table> <hr /> </pre> -<address>weabot/0.8.4 (CentOS) Servidor ubicado en bienvenidoainternet.org Puerto 443</address> +<address>weabot/<?py include('templates/revision.html') ?> (Debian GNU/Linux) Servidor ubicado en bienvenidoainternet.org Puerto 443</address> </body> </html>
\ No newline at end of file |