diff options
author | Jefferson Julio <[email protected]> | 2021-05-31 19:16:12 -0300 |
---|---|---|
committer | Jefferson Julio <[email protected]> | 2021-05-31 19:16:12 -0300 |
commit | 9f5162371323562623bae42b0476bd8b9a4a5e92 (patch) | |
tree | 9375011fbff065938b1878cbf5198247a8a0dbbf /footer.sh | |
parent | 381bff129b70471e86e99a2d6b6a7e090f13287e (diff) | |
download | blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.tar.bz2 blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.zip |
Add more HTML metadata, re-format some text
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 |