27 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <title>Mona's Escape</title>
 | 
						|
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 | 
						|
</head>
 | 
						|
 | 
						|
 | 
						|
<body style="background-image: url('assets/sprites/world/gameoverBackground.png'); background-repeat: no-repeat; background-size: cover; background-color: black; margin: 20px auto; text-align: center; color: white">
 | 
						|
 | 
						|
<div class="jumbotron" style="margin-top: 200px; background-color: rgba(0, 0, 0, 0)">
 | 
						|
  <h1>Game Over</h1>
 | 
						|
  <p>Thank you for playing our demo for GitHub's November 2016 GameOff</p>
 | 
						|
  <a class="btn btn-primary btn-lg" href="https://github.com/joshuashoemaker/game-off-2016" role="button">On GitHub</a>
 | 
						|
  <a class="btn btn-primary btn-lg" href="https://joshuashoemaker.github.io/game-off-2016" role="button">Play Again</a>
 | 
						|
  <br>
 | 
						|
  <p>Programmer: Joshua Shoemaker <a href="https://www.twitter.com/JShoemakerDev">@JShoemakerDev</a></p>
 | 
						|
  <p>Artist: Travis Gatlin <a href="https://www.twitter.com/TTS_Travis">@TTS_Travis</a></p>
 | 
						|
  <p>Level/Sound Designer: Spencer Shoemaker <a href="https://www.twitter.com/syco1316">@syco1316</a></p>
 | 
						|
</div>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
</body>
 | 
						|
<html> |