File: /home/frenchlanguagelessons.co.uk/public_html/contact-form/error.html
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>There was an error</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This is a responsive Contact Form available in multiple colors">
<meta name="author" content="">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/contact.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div align="center">
<section id="contact">
<h1>Oops! An error occurred!</h1>
<p>Your message was not sent because an error occurred. Please be sure you complete all the required fields. You can also contact us directly at <a href="mailto:email@mailprovider.com">email@mailprovicer.com</a>.</p>
</section>
</div>
</body>
</html>