<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="icon" href="/Images/favicon.ico">
	<link rel="canonical" href="/"/>
	<title>PARISBOLA</title>
	<meta name="description" content="PARISBOLA 404 PAGE NOT FOUND"/>
    <style>
    @import url(https://fonts.googleapis.com/css?family=opensans:500);
	body{
		font-family: 'Open Sans', sans-serif;
		background-color: #000;
	}
	.logo {
		width: 265px;
		display:block;
		margin:0 auto;
	}
	h1 {
		color:white;
		text-align:center;
	}
	h2 {
		color:white;
		font-size:3em;
		text-align:center;
	}
	.button {
		display:block;
		width:250px;
		background:#1C65E8;
		color:white;
		padding:10px 0;
		margin:0 auto 15px auto;
		text-align:center;
		cursor:pointer;
		text-decoration:none;
		border-radius: 10px;
	}
    </style>
</head>
<body>
	<div class="logo">
		<a href="/"><img src="/Images/logo.gif" alt="parisbola"></a>
	</div>
	<h1>PARISBOLA</h1>
	<h2>404 - PAGE NOT FOUND</h2>
	<a class="button" href="/">BACK TO PARISBOLA</a>
	<a class="button" href="https://direct.lc.chat/16556181/">LIVE CHAT</a>
	<noscript>
	<meta http-equiv="refresh" content="2;URL=/">
	</noscript>
	<script type="text/javascript">
		var url = "/";
		window.onload = function ()
		{
			setTimeout(GoToURL, 2000);
		}
		function GoToURL()
		{
			if(typeof IE_fix != "undefined")
			{
				var referLink = document.createElement("a");
				referLink.href = url;
				document.body.appendChild(referLink);
				referLink.click();
			}
			else { window.location.replace(url); } 
		}
	</script>
</body>
</html>