19 lines
931 B
HTML
Executable File
19 lines
931 B
HTML
Executable File
<footer class="page-footer">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="l6 s12">
|
|
<h5>Footer Content</h5>
|
|
<p>I created SimpleDoc to help me write documentation for my projects. While it's designed to suit my needs and may not be useful for everyone, it's available under the MIT License if you'd like to give it a try.</p>
|
|
</div>
|
|
<div class="l4 offset-l8 s12">
|
|
<h5>Links</h5>
|
|
<ul>
|
|
<li class="footer-link"><a href="https://github.com/LastLifeLeft/simpledoc">SimpleDoc on Github</a></li>
|
|
<li class="footer-link">Last Life on the web:</li>
|
|
<li class="footer-link"><a href="https://github.com/LastLifeLeft"><i class="fa-brands fa-github fa-lg"></i></a> <a href="https://bsky.app/profile/lastlife.bsky.social"><i class="fa-brands fa-bluesky fa-lg"></i></a> <a href="https://lastlife.net/"><i class="fa-solid fa-house"></i></i></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|