diff options
Diffstat (limited to 'footer.sh')
-rwxr-xr-x | footer.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/footer.sh b/footer.sh new file mode 100755 index 0000000..a7125bb --- /dev/null +++ b/footer.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +cat <<FOOTER +<style> + footer { + text-align: center; + } +</style> + +<footer> + <div class="separator-wrap"><div class="separator"></div></div> + <p> + Servidor HTTP: $SERVER_SOFTWARE <br /> + Gateway: $GATEWAY_INTERFACE <br /> + Pré-processador HTML: GNU Bash $BASH_VERSION + </p> +</footer> +FOOTER |