Mention source repository in footer

This commit is contained in:
Timothée Floure 2021-04-07 09:57:30 +02:00
parent ab6f6baf28
commit 61001d9037
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
2 changed files with 18 additions and 0 deletions

View File

@ -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;
} }

View File

@ -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