diff options
Diffstat (limited to 'footer.sh')
-rwxr-xr-x | footer.sh | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -11,13 +11,17 @@ cat <<FOOTER } #footer-command-prompt { - padding-top: 25px; + padding-top: 10px; } #footer-command-prompt h1 { padding: 0px; margin: 0px; } + + #footer-command-prompt .after-prompt { + margin-top: 10px; + } </style> <footer> @@ -25,11 +29,14 @@ cat <<FOOTER <p> Servidor HTTP: $SERVER_SOFTWARE <br /> Gateway: $GATEWAY_INTERFACE <br /> - Pré-processador HTML: GNU Bash $BASH_VERSION + Pré-processador HTML: GNU Bash $BASH_VERSION <br /> + Este website também funciona com javascript desabilitado :3 </p> <div id="footer-command-prompt"> - <h1 class="header-title">$ <span class="text"></span><span class="cursor after-prompt"> </span></h1> + <h1 class="header-title">$ <span class="text"></span><span class="cursor"> </span></h1> + + <div class="after-prompt"> </div> </div> </footer> FOOTER |