php-gallery/ui/footer.php
2022-07-21 19:42:03 +01:00

21 lines
474 B
PHP

<footer class="footer-root flex-left around">
<div class="footer-child center flex-down">
<h3>Contact me</h3>
<p>Telegram</p>
<p>Twitter</p>
<p>Discord</p>
</div>
<div class="footer-child center flex-down">
<h3>Information</h3>
<p>How to use</p>
<p>Wiki</p>
<p>Guides</p>
</div>
<div class="footer-child center flex-down">
<h3>Other</h3>
<p>AAAAAAAA</p>
<p>*Internal screaming*</p>
<p>(s)pain</p>
</div>
</footer>