aboutsummaryrefslogtreecommitdiff
path: root/footer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'footer.sh')
-rwxr-xr-xfooter.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/footer.sh b/footer.sh
index a7125bb..e7790cd 100755
--- a/footer.sh
+++ b/footer.sh
@@ -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">&ensp;</span></h1>
+ </div>
</footer>
FOOTER