<!DOCTYPE html>
<html>

<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>404 - 找不到页面 | Mayx的博客</title>
<meta name="generator" content="Jekyll v3.9.5" />
<meta property="og:title" content="404 - 找不到页面" />
<meta name="author" content="mayx" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Mayx’s Home Page" />
<meta property="og:description" content="Mayx’s Home Page" />
<meta property="og:site_name" content="Mayx的博客" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="404 - 找不到页面" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"mayx"},"description":"Mayx’s Home Page","headline":"404 - 找不到页面","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://avatars0.githubusercontent.com/u/17966333"},"name":"mayx"},"url":"/404.html"}</script>
<!-- End Jekyll SEO tag -->

  <link type="application/atom+xml" rel="alternate" href="/atom.xml" title="Mayx的博客" />
  <link rel="stylesheet" href="/assets/css/style.css?v=">
  <!--[if !IE]> -->
  <link rel="stylesheet" href="/Live2dHistoire/live2d/css/live2d.css" />
  <script src="/js/jquery.min.js"></script>
  <!-- <![endif]-->
  <!--[if lt IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
    <![endif]-->

  
  <!-- Global site tag (gtag.js) - Google Analytics -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-137710294-1"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-137710294-1');
  var lastUpdated = new Date("2024-10-15T16:38:56+0800");
  var BlogAPI = "https://summary.mayx.eu.org";
  function getSearchJSON(callback) {
    var searchData = JSON.parse(localStorage.getItem("blog_" + lastUpdated.valueOf()));
    if (!searchData) {
      localStorage.clear();
      $.getJSON("/search.json", function (data) {
          localStorage.setItem("blog_" + lastUpdated.valueOf(), JSON.stringify(data));
          callback(data);
      });
    } else {
      callback(searchData);
    }
  }
  </script>
  
  <style>
    .backToTop {
      display: none;
      width: 18px;
      line-height: 1.2;
      padding: 5px 0;
      background-color: #000;
      color: #fff;
      font-size: 12px;
      text-align: center;
      position: fixed;
      _position: absolute;
      right: 10px;
      bottom: 100px;
      _bottom: "auto";
      cursor: pointer;
      opacity: .6;
      filter: Alpha(opacity=60);
    }
  </style>
</head>

<body>
  <div class="wrapper">
    <header>
      <h1><a href="/">Mayx的博客</a></h1>

      
      <img src="https://avatars0.githubusercontent.com/u/17966333" alt="Logo" />
        

      <p>Mayx's Home Page</p>

      <p>
      <form action="/search.html"><input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts..">
        <input type="submit">
      </form>
      </p>

      

      

      <p class="view"><a href="/Mabbs/">About Me</a></p>

      <ul class="downloads">
        
        <li style="width: 270px;border-right:0px;"><a href="/MayxBlog.tgz">Download <strong>TGZ File</strong></a></li>
        
      </ul>
    </header>
    <section>

      <h1 id="找不到页面">找不到页面</h1>
<p>你访问的资源 <code><script>document.write(window.location.pathname)</script></code> 不存在或者可能已经被永久移除。</p>


    </section>
    <!--[if !IE]> -->
    <div id="landlord" style="left:5px;bottom:0px;">
      <div class="message" style="opacity:0"></div>
      <canvas id="live2d" width="500" height="560" class="live2d"></canvas>
      <div class="live_talk_input_body">
        <div class="live_talk_input_name_body" style="display:none;">
          <input name="name" type="hidden" class="live_talk_name white_input" id="AIuserName" value="Mayx_Blog_Talk" />
        </div>
        <div class="live_talk_input_text_body">
          <input name="talk" type="text" class="live_talk_talk white_input" id="AIuserText" autocomplete="off" placeholder="要和我聊什么呀？"/>
          <button type="button" class="live_talk_send_btn" id="talk_send">发送</button>
        </div>
      </div>
      <input name="live_talk" id="live_talk" value="1" type="hidden" />
      <div class="live_ico_box" style="display:none;">
        <div class="live_ico_item type_info" id="showInfoBtn"></div>
        <div class="live_ico_item type_talk" id="showTalkBtn"></div>
        <div class="live_ico_item type_music" id="musicButton"></div>
        <div class="live_ico_item type_youdu" id="youduButton"></div>
        <div class="live_ico_item type_quit" id="hideButton"></div>
        <input name="live_statu_val" id="live_statu_val" value="0" type="hidden" />
        <audio src="" style="display:none;" id="live2d_bgm" data-bgm="0" preload="none"></audio>
        <input id="duType" value="douqilai" type="hidden">
      </div>
    </div>
    <div id="open_live2d">召唤伊斯特瓦尔</div>
    <!-- <![endif]-->
    <footer>
      <p>
        <small>Made with ❤ by Mayx<br />Last updated at <script>document.write(lastUpdated.toLocaleString());</script><br /> 总字数：49 万 6302 - 文章数：154 - <a href="/atom.xml" >Atom</a> - <a href="/README.html" >About</a></small>
      </p>
    </footer>
  </div>
  <script src="/assets/js/scale.fix.js"></script>

  <script src="/js/main.js"></script>
  <!--[if !IE]> -->
  <script src="/Live2dHistoire/live2d/js/live2d.js"></script>
  <script src="/Live2dHistoire/live2d/js/message.js"></script>

  <!-- <![endif]-->
</body>

</html>