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;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 50px;
|
||||||
|
color: grey;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer a {
|
||||||
|
color: grey;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer a:hover {
|
||||||
|
color: grey;
|
||||||
|
}
|
||||||
|
|
||||||
.location {
|
.location {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
@ -126,6 +126,9 @@ for location in $LOCATIONS; do
|
||||||
done
|
done
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
<div id="footer">
|
||||||
|
RC Status Page - MIT Licensed - <a href="https://code.recycled.cloud/RecycledCloud/statuspage">Sources</a>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue