trackending2.html 728 Bytes
Newer Older
Henry Gonzales's avatar
Henry Gonzales committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
<!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>