<!DOCTYPE html>
<html lang="en-GB">
	<head>
		<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
				<title>Air Ministry Militaria</title>

		<style type="text/css">
			body {
				background-color: #cccccc;
				 font-family:Verdana, Geneva, sans-serif;
				font-size: 14px;
			}

			td {
				 font-family:Verdana, Geneva, sans-serif;
				font-size: 14px;
			}
		</style>
	</head>

	<body>

		<center>

			<br />

			<h1>404</h1>

			<p style="font-size: 24px;"><b>Page not found</b></p>

			<br /><br />

			
			<br />

			<div style="font-size: 16px;">
				<p>It may have been removed, or you may be typing in an incorrect web address</p>

<p><b>We will redirect you to the home page in <span id="timer">15 seconds</span></b></p>

<p>Or <a href="https://www.airministrymilitaria.com/">click here</a> to go to the home page straight away.</p>			</div>

			<br /><br /><br />

			<table cellspacing="1" cellpadding="3" border="1">
				<tr>
					<td colspan="2"><b>Debug information</b></td>
				</tr>
				<tr>
					<td>This Domain:</td>
					<td>www.airministrymilitaria.com</td>
				</tr>
				<tr>
					<td>This Script Path:</td>
					<td>/index.php</td>
				</tr>
				<tr>
					<td>This Script URL:</td>
					<td>website-global.css</td>
				</tr>
				<tr>
					<td>This Page URI:</td>
					<td>en-GB/manuals-documents-maps/raf-liberator-b-24-bomber-manual/css/website-global.css</td>
				</tr>
				<tr>
					<td>This Querystring:</td>
					<td></td>
				</tr>
			</table>

			<br /><br />


								<script language="javascript">
						var count=15;

						var counter=setInterval(timer, 1000); //1000 will  run it every 1 second

						function timer()
						{
						  count=count-1;
						  if (count <= 0)
						  {
							 clearInterval(counter);
							 //counter ended, do something here
							 location.href='https://www.airministrymilitaria.com/';
						  }

						  document.getElementById("timer").innerHTML=count + " seconds"; // watch for spelling
						}
					</script>
					
		</center>

	</body>
</html>

