aboutsummaryrefslogtreecommitdiff
path: root/footer.sh
blob: a7125bb5f74a6b73e180be7c904145d31086d579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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