2023-02-16 12:10:46 +00:00
|
|
|
<footer>
|
|
|
|
|
<div class="footer">
|
|
|
|
|
<p id="footerText">
|
|
|
|
|
|
|
2023-05-20 15:22:57 +00:00
|
|
|
<a href="./" target="_blank">Binternet</a>
|
2023-02-16 12:10:46 +00:00
|
|
|
|
|
2023-05-20 15:22:57 +00:00
|
|
|
<a href="https://github.com/Ahwxorg/binternet/" target="_blank">Source code</a>
|
2023-02-16 12:10:46 +00:00
|
|
|
|
|
|
|
|
|
<a href="https://ahwx.org/donate.php" target="_blank">Donate</a>
|
|
|
|
|
|
|
2023-05-20 15:22:57 +00:00
|
|
|
<a href="https://github.com/Ahwxorg/binternet#legal-notice" target="_blank">Legal notice</a>
|
2023-05-20 15:05:11 +00:00
|
|
|
|
|
2023-02-16 12:10:46 +00:00
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
if (isset($images)) {
|
|
|
|
|
echo "<br><br>";
|
|
|
|
|
print(count($images). " images found");
|
|
|
|
|
}
|
2023-05-20 12:40:10 +00:00
|
|
|
?><br><br>
|
2023-02-16 12:10:46 +00:00
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|