<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="../../stylesheets/bootstrap.css"> <title>Shaman Main</title> </head> <body class="container-fluid shamanmainbg"> <div class="row"> <div class="col-md-2 col-md-offset-5 movetopdeath"> <p class="shamantitlemodify"> Llarth </p> </div> </div> <div class="row movetop"> <div class="col-md-6 col-md-offset-3 shamanmaindec movetop"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <br><p class="intro"> Using a magical ritual, Llarth teleports you and himself back to your hometown. you manage to evacuate the villagers but the dragon is still chasing you down. What will you do? </p> </div> </div> <div class="row"><br></div> </div> </div> <div class="row movetop"> <div class="col-md-3 col-md-offset-3 movetopdeath"> <p class="pursuedragtitle">Face the Dragon</p> <div class="row"> <div class="col-md-6 col-md-offset-1 movetop decctmodify"> <a href="layer3/shamandeath.html"> <p>Stay behind and try to finish off the dragon</p> </a> </div> <a href="layer3/shamandeath.html" class="col-md-2"> <img src="../../assets/images/dragon2.png" class="dr2imgmodify"> </a> </div> </div> <div class="col-md-3 movetopdeath"> <p class="saveviltitle">Escort the Villagers</p> <div class="row"> <div class="col-md-6 col-md-offset-2 movetop decctmodify"> <a href="layer3/villagesaved2.html"> <p>Lead the survivors to Ahsinghard and fend off the dragon's attacks</p> </a> </div> <a href="layer3/villagesaved2.html"> <img src="../../assets/images/house.png" class="housemodify"> </a> </div> </div> </div> </body> </html>