mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-07-01 13:46:16 +00:00
20 lines
807 B
PHP
20 lines
807 B
PHP
<footer class="footer-root flex-left around">
|
|
<div class="footer-child center flex-down">
|
|
<h3>Contact me</h3>
|
|
<a href="https://t.me/Fluffy_Bean"><img class='svg' src='<?php echo $dir; ?>telegram-logo.svg'>Telegram</a>
|
|
<a href="https://twitter.com/fluffybeanUwU"><img class='svg' src='<?php echo $dir; ?>twitter-logo.svg'>Twitter</a>
|
|
<a href="https://github.com/Fluffy-Bean"><img class='svg' src='<?php echo $dir; ?>github-logo.svg'>GitHub</a>
|
|
</div>
|
|
<div class="footer-child center flex-down">
|
|
<h3>Information</h3>
|
|
<p>About</p>
|
|
<p>Usage Information</p>
|
|
<p>Guides</p>
|
|
</div>
|
|
<div class="footer-child center flex-down">
|
|
<h3>Other</h3>
|
|
<p>AAAAAAAA</p>
|
|
<p>*Internal screaming*</p>
|
|
<a href="https://gay.fluffybean.gay">My website!</a>
|
|
</div>
|
|
</footer>
|