<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Page not Found</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="/common.css">
    <link rel="stylesheet" type="text/css" href="/404.css"/>
    <link rel="author" href="https://www.irif.fr/~jch/"/>
    <link rel="stylesheet" type="text/css" href="/third-party/fontawesome/css/fontawesome.min.css"/>
    <link rel="stylesheet" type="text/css" href="/third-party/fontawesome/css/solid.min.css"/>
    <link rel="stylesheet" type="text/css" href="/third-party/fontawesome/css/regular.min.css"/>
  </head>

  <body>
  
    <div class="wrapper">
      <div class="landing-page">
        <div class="logo">
          <i class="fas fa-frown" aria-hidden="true"></i>
        </div>
        
        <h1> Page not found!</h1>
        <p> We can't find the page you're looking for.</p>
        <a href="/" class="home-link">Back to home</a>
      </div>
    </div>
    
  </body>
</html>