<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Page Not Found</title>
  <link rel="stylesheet" href="/Norton/failover/css/not-found.css" />
</head>
<body>
  <section class="not-found">
    <div class="content">
      <h1>Even the most discerning <br>
riders sometimes take a wrong turn. </h1>
      <p>Let’s get you <a href="/">back on track</a>
      </p>
    </div>
  </section>
</body>
</html>
