deadpage.html 1.13 KB
Newer Older
Miko's avatar
Miko 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
</DOCTYPE html>
<html>
<head>
	<title>Asylum of the Living Dead</title>
	<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
	<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body style="background: url(images/asylum_entrance.jpg); background-size: cover">

	<h1 align=center style="color: red">Asylum of the Living Dead</h1>
	<div class = "row" style = "margin: 40px">
			<div class="col-md-6 imageboxdeadend"></div>

			<div class="col-md-6" style="margin: none;">
			    <div class="row" style="margin: none; padding: 20px;  height:400px; background-color: #2c2c2c">

			    <h3 align=center style="margin: none; color: white">Dead End</h3>

			    <h4 align=center style="color: white">A zombie jumped on you, and bit you. YOU DIED!<br> Maybe you should've picked a better choice. GAME OVER!</h4>

		    </div>
		    
		    <div class="row" style="margin: solid 1px">
		      
			    <a href="index.html"class="col-md-12 choice1" style="margin: none; height:150px; border:solid 1px black;">
			    <br>
			    <center style="vertical-align: center;">Restart?</center>
			    </a> 

		    </div>
	</div>

</body>
</html>