<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>404 - File Not Found - ULTRA Web Hosting</title>
<meta name="robots" content="noindex"><meta description="404 File Not Found">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="errorpages/css/style.css" media="screen" type="text/css">
<link rel="shortcut icon" href="errorpages/images/favicon.ico">
</head>

<body>
	<div class="global-border"></div>
    <div class="left">
		<div class="content">

                        <div class="logo">
                                <img src="errorpages/images/logo.png" alt="ULTRA Logo"/>

                        </div>
				<h1 class="FileNotFound" align=right>404</h1>
				<h2 align=right>File Not Found!<br><br>Don't worry, sometimes it happens even to the best of us.</h2>
				<p align=right><a class="btn-blue" href="javascript: history.go(-1)">Back To Previous Page</a></p>

			
		</div>
</div>
    <div class="right">
	    <div class="content">
			<div id="main">
			 <p align=left><strong>Don't leave empty handed,<br>Play a game of Tetris.</strong></p>
			  <div id="left" class="border">
				<table id="container"></table>
			  </div>
				
			  <div id="right">
				<div id="info">
				  <div id="score">Score: 0</div>
				  <div id="level">Level: 0</div>
				  <div id="lines">Lines: 0</div>
				</div>

				<div class="border-mini">
				  <table id="preview"></table>
				</div>

				<div id="controls">
				  <a href="javascript:;" id="play">Start</a>

				  <div id="keysinfo">
					<strong>CONTROLS:</strong>
					<p>
					  ARROWS = [ Left, Right, Down ]<br>
					  SPACEBAR = [ Rotate ]<br>
					  ENTER = [ Pause, Resume ]
					</p>
					<p class="small">Tip: Hold the down key and <br>earn extra points.</p>
				  </div>
				</div>
			  </div>
			</div>
		</div>
    </div>
	<div class="clear"></div>
	<!-- info pop-up -->
	<a href="#" class="btn">i</a>
	<div class="overlay"></div>
	<div class="popup">
		<div class="popup__close">
			<svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" width="10px" height="10px" viewBox="215.186 215.671 80.802 80.8" enable-background="new 215.186 215.671 80.802 80.8" xml:space="preserve">
			<polygon fill="#FFFFFF" points="280.486,296.466 255.586,271.566 230.686,296.471 215.19,280.964 240.086,256.066 215.186,231.17 
	230.69,215.674 255.586,240.566 280.475,215.671 295.985,231.169 271.089,256.064 295.987,280.96 "></polygon>
			</svg>
		</div>
	</div><!-- end info pop-up -->
	
	<!-- JavaScript -->
	<script src='errorpages/js/engine.js' type="text/javascript"></script>
	<script src='errorpages/js/blitz.js' type="text/javascript"></script>
	<script src='errorpages/js/jquery.min.js' type="text/javascript"></script>
	<script src="errorpages/js/popup.js" type="text/javascript"></script>
	<script src="errorpages/js/index.js" type="text/javascript"></script>
</body>

</html>
