Modify filler footer text to link to about page and static LICENSE.txt, add LICENSE

This commit is contained in:
Xevion
2022-03-27 11:50:05 -05:00
parent cd590596bc
commit 9be4cc3f79
3 changed files with 1352 additions and 6 deletions

View File

@@ -3,13 +3,11 @@
created by <a href="https://github.com/Xevion">Ryan Walters</a> and <a href="https://github.com/Seligmann">Zachary Seligman</a>
</p>
<ul class="links">
<li><a href="/">ABCDEF</a></li>
<li><a href="/">GHIJK</a></li>
<li><a href="/">LMNOP</a></li>
<li><a href="/">QRSTUV</a></li>
<li><a href="/">WXYZ</a></li>
<li><a href="{{ url_for('static', filename='LICENSE.txt') }}">License</a></li>
<li><a href="{{ url_for('main.about') }}">About</a></li>
</ul>
<p class="copyright">
<a href="{{ url_for('main.index') }}">©2022 Runnerspace.live All Rights Reserved.</a> | {{ now().isoformat(sep=' ', timespec='milliseconds') }} UTC
<a href="{{ url_for('main.index') }}">©2022 Runnerspace.live All Rights Reserved.</a>
| {{ now().isoformat(sep=' ', timespec='milliseconds') }} UTC
</p>
</footer>