21 lines
523 B
PHP
21 lines
523 B
PHP
<footer>
|
|
<p>
|
|
<a href="https://github.com/0xd011f4ce/OurSpace">OurSpace Engine</a>
|
|
</p>
|
|
<p>
|
|
<i>Disclaimer: This project is not affiliated with MySpace® in any way. This is also based in AnySpace.</i>
|
|
</p>
|
|
<ul class="links">
|
|
<li>
|
|
<a href="#">About</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://github.com/0xd011f4ce/OurSpace">Source code</a>
|
|
</li>
|
|
</ul>
|
|
<p class="copyright">
|
|
©{{ date("Y") }} Copyleft
|
|
</p>
|
|
</footer>
|