<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Page Not Found</title>
  <link rel="shortcut icon" href="https://jak-tv.com/assets/img/favicon.ico" type="image/x-icon">
  <link rel="stylesheet" href="https://jak-tv.com/assets/css/init.css">
  <link rel="stylesheet" href="https://jak-tv.com/assets/css/all.css">
</head>

<body class="__404__">
  <section class="content">
    <main class="container-fluid">
      <div class="row outer-panel center-xs">
        <div class="col-xs-12 col-md-12 col-lg-4 panel">
          <div class="card notification">
            <h1 class="w400">404</h1>
            <p>The page you were looking for could not be found.</p>
            <div>
              <button type="submit" name="submit" value="1" class="card hover-underline hover-underline-target" onclick="window.location.href='https://jak-tv.com';">
                BACK TO HOMEPAGE
              </button>
            </div>
          </div>
        </div>
      </div>
    </main>
  </section>
</body>

</html>