<!DOCTYPE html>
<html lang="en">
    <head>    
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>503 Service Unavailable</title>
        <link href="https://www.get-aura.org/forums/styles/core/base.css" rel="stylesheet">
        <link href="https://www.get-aura.org/forums/styles/core/error.css" rel="stylesheet">
        <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
        <link href="//fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i" rel="stylesheet">
        <link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet"> 
    </head>
    
    <body>
        <div class="container">
            <div class="block berror">
                <h1><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> Server Error</h1>
                <div class="box">
                    <p>The server encountered an internal error or misconfiguration, we&#039;ve been unable to display the page you requested.</p>
                    <p>We apologise for the inconvenience this may have caused, use the link below to try again, alternatively you can return to the board index.</p>
                </div>
                
                <div class="buttons">
                    <div class="conl">
                        <a href="javascript:location.reload()" class="btn btn-refresh"><span class="text">Try Again</span></a>
                    </div>
                    
                    <div class="conr">
                        <a href="mailto:info@futurehosting.ie" class="btn btn-mail"><span class="text">Contact Server Administrator</span></a>
                    </div>
                </div>
            </div>
        </div>
    </body>
</html>