<!DOCTYPE html>
<html>
<head>
    <title>Error</title>
    <link href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,700,700i|Nunito+Sans:400,600,700,900" rel="stylesheet">
    <link href="/css/error-styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <div align="center" class="thank-content">
        <img src="/assets/i/logo.png" alt="" />
        <p class="error-title">We're sorry, an internal error occurred.</p>
        <p>We apologise for the inconvenience.</p>
        <p>Please try clicking your browsers 'back' button or try reloading the home page.</p>
        <p><a href="/">Go to the Home Page</a></p>
    </div>
</body>
</html>
