1

Add a little foot note

This commit is contained in:
Evan Pratten 2020-07-26 15:51:56 -04:00
parent 9965e164a3
commit 0334d05061
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3
3 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,9 @@
<br><br>
<div class="foot-info center">
Made by Evan Pratten | <a href="/feed.xml">RSS</a> | <a href="https://status.retrylife.ca">API Status</a>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"

View File

@ -17,8 +17,8 @@
<div class="inner-content-container home-content container">
{{content}}
</div>
</div>
</div>
</div>

View File

@ -27,3 +27,11 @@
img{
max-width:100%;
}
.center{
text-align: center;
}
.foot-info a {
color: var(--color-dark-purple);
}