diff options
Diffstat (limited to 'footer.sh')
-rwxr-xr-x | footer.sh | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,19 @@ cat <<FOOTER footer { text-align: center; } + + footer h1 { + text-align: left; + } + + #footer-command-prompt { + padding-top: 25px; + } + + #footer-command-prompt h1 { + padding: 0px; + margin: 0px; + } </style> <footer> @@ -14,5 +27,9 @@ cat <<FOOTER Gateway: $GATEWAY_INTERFACE <br /> PrĂ©-processador HTML: GNU Bash $BASH_VERSION </p> + + <div id="footer-command-prompt"> + <h1 class="header-title">$ <span class="text"></span><span class="cursor after-prompt"> </span></h1> + </div> </footer> FOOTER |