Mention source repository in footer
This commit is contained in:
parent
ab6f6baf28
commit
61001d9037
2 changed files with 18 additions and 0 deletions
|
@ -13,6 +13,21 @@ body {
|
|||
margin: 5px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
color: grey;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#footer a:hover {
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.location {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -126,6 +126,9 @@ for location in $LOCATIONS; do
|
|||
done
|
||||
|
||||
cat << EOF
|
||||
<div id="footer">
|
||||
RC Status Page - MIT Licensed - <a href="https://code.recycled.cloud/RecycledCloud/statuspage">Sources</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue