This commit is contained in:
Juli 2024-07-04 17:42:00 +00:00
parent 0729f51ce1
commit 6d32157566
2 changed files with 2 additions and 5 deletions

View file

@ -4,7 +4,7 @@
<div class="footer_text"
<p>&copy; <?php echo date(
"Y"
); ?> Juli & <a href="/yons_crazybox/thesilly.html">idiot</a>. All rights reserved.</p><br>
); ?> Juli. All rights reserved.</p><br>
<p>Utilizes <a href="https://github.com/adryd325/oneko.js">oneko.js</a></p>
</div>

View file

@ -1,4 +1,3 @@
<?php // include $_SERVER["DOCUMENT_ROOT"] . "/static/visitor_counter/counter.php";?>
<!DOCTYPE html>
<html>
<head>
@ -23,10 +22,8 @@
<a href="/">Home</a> |
<a href="/posts/">Posts</a> |
<a href="/projects/">Projects</a> |
<a href="/contacts/">Contact</a> |
<a href="/yons_crazybox/thesilly.html">idiots page :P</a>
<a href="/contacts/">Contact</a>
</div>
<?php //echo "$count_string";?>
<script src="/static/commons/oneko.js"></script>
<?php include $_SERVER['DOCUMENT_ROOT'] . "/lastfm.php";?>