<!DOCTYPE> <html> <style> ul:hover { font-size:25px; } </style> <link rel="stylesheet" type="text/css" href="../css/bootstrap.css"> <title> The Unknown Future</title> <head> <div class="row"> <div class="col-md-12 well"> <h1 style ="text-align:center;font-size:100px">Who knows what's next? </h1> </div> <div class ="col-md-4"> <img src="../pics/track13.jpg" width="600" height="400";> </div> <div class ="col-md-4"> <img src="../pics/track14.jpg" width="600" height="400";> </div> <div class ="col-md-4"> <img src="../pics/sgames2.jpg" width="650" height="400";> <p> The dream</p> </div> </div> </head> <body> <ul style = "text-align:right"><a href ="../home.html">Back to home</a></ul> </body> </html>