Files
moon-gaming/Fanf.html
T
2025-02-21 09:19:21 -06:00

10 lines
357 B
HTML

<a href="/index.html">Home</a>
<a href="games/FNAF/FNAF/index.html">Fanf</a>
<a href="https://wondrous-jalebi-fb1e04.netlify.app/">Fanf 2 Hacked</a>
<a herf="/fnaf3-main/fnaf3-main/index.html">Fanf 3</a>
<input type="button" value="hi" onclick="yes()"/>
<script>
//this is for the input
function yes(){
alert('this will be better soon');}
</script>