<!DOCTYPE html><!--[if lt IE 9]>
<html class='lt-ie9 no-js' lang='en'>
<![endif]-->
<!--[if gte IE 9]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
 

 <meta charset="utf-8">
  <title>HPB | 500 Internal Server Error</title>
  <meta name="description" content="Health Promotion Board">
  <meta name="viewport" content="width=device-width,initial-scale=1"><meta name="msapplication-TileColor" content="#0069aa">
<meta name="theme-color" content="#0069aa">
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400">
  <style>
    html {
    	min-width: 320px;
    	width: 100%;
    }
    
    body {
    	background: #fff;
    	font: 100%/1.4 'Roboto', sans-serif;
    }
    
    img {
    	max-width: 100%;
    }
    
    .container {
    	position: relative;
    	margin: 0 auto;
    	max-width: 1280px;
    	width: auto;
    	padding: 0 20px;
    }
    
    .content {
    	text-align: center;
    }
    
    .message p {
    	font-size: 1.5em;
    }
  
    .btn-rounded-corner {
        position: relative;
        border: 0;
        border-bottom: 4px solid #005991;
        border-radius: 200px;
        padding: 8px 50px;
        background: #0069aa;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-weight: 700;
        outline: 0;
        text-decoration: none;
    }

    .btn-rounded-corner:hover {
        border-bottom-color: #0079c4;
        background: #0089dd;
        color: #fff;
        text-decoration: none;
    }
  
  </style>
</head>
<body>
  <main class="main-wrapper">
    <div class="container">
      <div class="content">
        <div class="logo"><img src="./HPB.jpg" alt=""></div>
        <div class="message">
			<h1>We are sorry, the page you are looking for cannot be found.</h1>
			<p>The URL may no longer be valid or the page you are looking for is no longer available.<br>
			If you are looking for articles on healthy living or information about our public programmes, please visit <a href="http://www.healthhub.sg">www.healthhub.sg</a>.<br>
			<br>
			For any other matters, please try another page or back to home with the button below!</p>
			<a class="btn btn-rounded-corner" href="/">Back to Home</a>
        </div>
      </div>
    </div>
  </main>
</body></html>