File: /home/frenchlanguagelessons.co.uk/public_html/contact-form/thankyou.html
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Thank you</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>
<!--******************** Contact Section ********************-->
<div align="center">
<section id="contact">
<h1>Thank you!</h1>
<p>Your message has been sent. We will get back to you as soon as possible. Meanwhile you can get back to <a href="/">our website</a>.</p>
</section>
</div>
</body>
</html>