mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-06 05:16:23 -06:00
16 lines
694 B
HTML
16 lines
694 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.license') }}">License</a></li>
|
|
<li><a href="{{ url_for('static.tos') }}">Terms of Service</a></li>
|
|
{# <li><a href="{{ url_for('static.privacy') }}">Privacy</a></li>#}
|
|
<li><a href="{{ url_for('static.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>
|