404.ejs 1.26 KB
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <title>404 - 凝新科技</title>
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
  <!-- Favicons -->
  <link href="img/favicon.ico" rel="icon">
  <link href="img/apple-touch-icon.png" rel="apple-touch-icon">

    <%- include('headlib'); -%> 

</head>

<body>

  <!--==========================
  Header
  ============================-->
  <header id="header" class="fixed-top">
    <%- include('header'); -%>   
  </header><!-- #header -->


  <main id="main">


    <section id="err-404" class="clearfix">
      <div class="container">

        <header class="section-header">
          <h1>404</h1>
          <h3>對不起,您請求的頁面不存在</h3>
        </header>
        <div class="text-center"><a href="/zh-hant" class="button-404 scrollto">返回首頁</a></div>

      </div>
    </section>


  </main>

  <!--==========================
    Footer
  ============================-->
  <footer id="footer">
    <%- include('footer'); -%>
  </footer><!-- #footer -->

  <a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
  <!-- Uncomment below i you want to use a preloader -->
  <!-- <div id="preloader"></div> -->

    <%- include('footlib'); -%> 

</body>

</html>