mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-10 04:08:34 -06:00
Modify filler footer text to link to about page and static LICENSE.txt, add LICENSE
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user