at main 440 B view raw
1<footer> 2 3 <div id="commit"> 4 <?php 5 $hash = getenv("RESHASH"); 6 $hashUrl = "https://bytes.4-walls.net/girlonthemoon/girlonthemoon/commit" . "/" . $hash; 7 echo "<span class='githashtag' aria-hidden='true'>#</span><a class='githashlink' href='$hashUrl'>$hash</a>"; 8 ?> 9 </div> 10 11 <div style="text-align:center;"><img src="assets/images/81824br5uyrfrsr.gif" alt="a 3D animated pink and gray cat dancing on two legs'"></div> 12 13</footer>