﻿<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>404 Page Not Found</title>
</head>
<body>
  <h1>404 Page Not Found</h1>
  <p>Sorry, the page you are looking for is not available or has been moved.</p>
  <p>Please try going back to our <a href="/">home page</a> or contact us if you need further assistance.</p>
</body>
</html>