A downloadable game

<!doctype html>

<html class="" lang="en-us"> 

<input type="text">

<button onclick="showPopup()"><button/>no</button>

<div id="popup" class="popup">

  <span class="close" onclick="closePopup()">×</span>

  <p>HAHA I KNEW iT!</p>

  <h1>MARTON OCHAVILLO</h1>

</div>

<button height=50px  font-size=100px >yes</button> <button>no</button> 

   

</html 


Leave a comment

Log in with itch.io to leave a comment.