mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 10:13:07 -06:00
14 lines
557 B
HTML
14 lines
557 B
HTML
<footer>
|
|
<p>
|
|
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="{{ 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
|
|
</p>
|
|
</footer>
|