challengerending.html 639 Bytes
Newer Older
Emman Lozano's avatar
Emman Lozano 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
<!DOCTYPE html>
<html>
	<head>
		<title>Ending</title>
		<link rel="stylesheet" type="text/css" href="../Stylesheets/bootstrap.css">
	</head>

	<body background="../images/backgroundhome.jpg">
		<ul>
		
		<h1>Challenger</h1>
		
		<p class="text-info">The boy chose to become the best at League of Legends and fulfilled his dream of becoming challenger. He knew he had made the right choice and he became the undisputed, best Fizz player in the world.</p>
		<img src="../images/fizzending.jpg" width="500" height="400">
		
		
		
		<h2>
			<a href="../mainpage.html">Start from the beginning.</a>
		</h2>
		
		
		
		
		</ul>
	</body>
</html>