mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-09 14:08:31 -06:00
16 lines
573 B
HTML
16 lines
573 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="/">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>
|
|
</ul>
|
|
<p class="copyright">
|
|
<a href="/">©2022 Runnerspace.live All Rights Reserved.</a> | Served at {{ now().isoformat(sep=' ', timespec='milliseconds') }}
|
|
</p>
|
|
</footer>
|