<!-- 404.html -->
<html>
  <head>
    <title>404 ERROR</title>
  </head>
  <body>
    <p>We can’t find this page.</p>
    <p>But we can help you find your career—whether in tech, trades, healthcare, or beyond at OTECH.</p>
    <p>Try: <a href="/">Return to home</a></p>
   <p>Or: <a href="/">Go back</a></p>
  </body>
</html>