my personal website! meowing.zip
website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updating the favicon. also a copy script for my button for lazy chuds

Niko 002b0ee3 a20fe89c

+3 -2
assets/images/favicon.png

This is a binary file and will not be displayed.

+3 -2
index.html
··· 3 3 <head> 4 4 <title>niko's cool and awesome website!</title> 5 5 <link rel="icon" type="image/x-icon" href="./assets/images/favicon.png"> 6 + <script>function copyMyButton(){navigator.clipboard.writeText('<a href="https://meowing.zip"><img src="https://meowing.zip/assets/88x31/button.png" alt="meowing.zip"></a>'),alert("copied button html to ur clipboard!!")}</script> 6 7 </head> 7 8 <link rel="stylesheet" href="styles.css"> 8 9 <footer> ··· 99 100 </div> 100 101 <div style="margin-bottom: 10px;"> 101 102 <a style="font-size: 14px">and here is mine!</a> 102 - <a style="font-size: 12px; color: var(--subtext);"><small>feel free to add mine (hotlinking is ok!)</small></a> 103 + <a style="font-size: 12px; color: var(--subtext);"><small>feel free to add mine (hotlinking is ok!, click the button to copy the html)</small></a> 103 104 </div> 104 105 <div class="my-button" style="padding: 5px;"> 105 - <a href="https://meowing.zip"><img class="web-button" src="./assets/88x31/button.png" alt="my cool ass button"></a> 106 + <a onclick="copyMyButton()"><img class="web-button" src="./assets/88x31/button.png" alt="my cool ass button"></a> 106 107 </div> 107 108 </div> 108 109 <a style="color: var(--accent); padding: 10px;" href="https://git.gay/meowmaxing/pages"><small>website source!</small></a>