mirror of
https://github.com/Ahwxorg/Binternet.git
synced 2026-03-11 08:54:37 +00:00
22 lines
433 B
PHP
22 lines
433 B
PHP
<footer>
|
|
<div class="footer">
|
|
<p id="footerText">
|
|
|
|
|
<a href="./" target="_blank">Pinternet</a>
|
|
|
|
|
<a href="https://github.com/Ahwxorg/Pinternet/" target="_blank">Source code</a>
|
|
|
|
|
<a href="https://ahwx.org/donate.php" target="_blank">Donate</a>
|
|
|
|
|
|
|
<?php
|
|
if (isset($images)) {
|
|
echo "<br><br>";
|
|
print(count($images). " images found");
|
|
}
|
|
?>
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|