<!DOCTYPE html> <html> <head> <title>Adventure Game</title> <link type="text/css" rel="stylesheet" href="../Stylesheets/application.css"> </head> <body> <h1 id="main-h1"><center>You walk into the cave</center></h1> <p id="main-p">As you walk deeper and deeper inside the cave, you start to notice three unusual lights, a Blue Wisp, a Yellow Wisp, and a Black Wisp. Each of them are trying to lead you to a different path. Which one do you follow?</p> <ul> <li class="menu-item"> <a href="YesChoicePath/bluewisp.html"><img src="../Pictures/Wisps/BlueWisp.jpg"></a> </li> <li class="menu-item"> <a href="YesChoicePath/yellowwisp.html"><img src="../Pictures/Wisps/YellowWisp.jpg"></a> </li> <li class="menu-item"> <a href="YesChoicePath/blackwisp.html"><img src="../Pictures/Wisps/BlackWisp.jpg"></a> </li> </ul> </body> </html>