<!--
 * @Author: hx123 1433205272@qq.com
 * @Date: 2025-09-09 16:30:16
 * @LastEditors: hx123 1433205272@qq.com
 * @LastEditTime: 2026-01-07 16:26:37
 * @FilePath: \templates\out.html
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<html>
    
<head></head>

<body>
   <div style="width: 193px;height: 84px;"><img style="width: 100%;height: 100%;" src="/static/image/SE-logo.png" alt="">
    </div>
 <div class="box_">
  <div>
    <div style="display: flex;justify-content: center;">
      <img src="/static/image/404.gif" style=" " alt="">
    </div>
    <div class="">
      <p style="text-align: center;font-size: 30px;">Error 404 - Page not found</p>
      <p style="font-size: 18px;">Sorry, the page you are looking for cannot be found or may have been moved.</p>
      <p style="font-size: 18px;">Click the button below to return to the homepage.</p>      
    </div>  
    <div style="display: flex;justify-content: center;">
          <div id="backHomeBtn" style="width: 107px;line-height: 38px;  border: 1px solid #1967e7;border-radius: 6px;text-align: center;cursor: pointer;background-color: #1967e7;color: #fff;text-align: center;" >Back home</div>
        </div>
  </div>
   
  </div>
   
<!-- <p th:text="${errorMessage}"></p> -->
</body>
<script>
   document.getElementById('backHomeBtn').onclick = function () {
    window.location.href = 'https://www.sciexplor.com/';
  };
</script>
<style>
  html {
     width: 100%;

    background-color: #eef0f4;
  }
  .box_ {
    width: 100%;
    height: 100%;
    margin-top: -84px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eef0f4;
  }
</style>
</html>