<!DOCTYPE html> <html> <head> <title>MIS 21 HOMEWORK 1</title> <link rel="stylesheet" href="themes\stylesheet.css" type="text/css"> <link rel="stylesheet" href="themes\animate.css" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Raleway:700' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Raleway:900italic' rel='stylesheet' type='text/css'> </head> <body> <div class="wrapper background2"> <h2 class="slideInDown animated boomPanes">First day of freshman year. Wala kang kilala na tao.</h2> <div class="slideInDown animated container-1"> <h3>What do you do?</h3> <div class="container-2"> <a href="1.html"> <div class="item-1"> Shut up na lang </div> </a> <a href="2.html"> <div class="item-2"> Makipagkita sa high school friends </div> </a> <a href="3.html"> <div class="item-3"> Make new friends </div> </a> </div> </div> <p><a href="start.html">restart</a></p> </div> </body> </html>