Skip to content

Commit

Permalink
Deploy with Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerNoTitle committed Jul 28, 2023
1 parent bb1ddd1 commit be4827a
Show file tree
Hide file tree
Showing 370 changed files with 140,113 additions and 0 deletions.
98 changes: 98 additions & 0 deletions 404.html
@@ -0,0 +1,98 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>页面找不到了 | GamerNoTitle</title>
<style>html { overflow-y:hidden; }</style>
<script src="https://cdn.jsdelivr.net/gh/GamerNoTitle/Picture-repo-v1@master/js/301Forwards.js"></script>
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/GamerNoTitle/Picture-repo@1.0/AboutMe/logo-mini.png">
<link rel="stylesheet" href="/404css/style.css">

</head>
<body style="overflow-y: hidden">
<!-- <div class="about">
<a class="bg_links social portfolio" href="#">
<span class="icon"></span>
</a>
<a class="bg_links social dribbble" href="#">
<span class="icon"></span>
</a>
<a class="bg_links social linkedin" href="#">
<span class="icon"></span>
</a>
<a class="bg_links logo"></a>
</div> -->

<nav>
<div class="menu">
<p class="website_name">GamerNoTitle</p>
<div class="menu_links">
<a href="https://bili33.top" class="link">Home</a>
<a href="https://github.com/GamerNoTitle" class="link">Github</a>
<!-- <a href="" class="link">contacts</a> -->
</div>
<div class="menu_icon">
<span class="icon"></span>
</div>
</div>
</nav>

<section class="wrapper">

<div class="container">

<div id="scene" class="scene" data-hover-only="false">


<div class="circle" data-depth="1.2"></div>

<div class="one" data-depth="0.9">
<div class="content">
<span class="piece"></span>
<span class="piece"></span>
<span class="piece"></span>
</div>
</div>

<div class="two" data-depth="0.60">
<div class="content">
<span class="piece"></span>
<span class="piece"></span>
<span class="piece"></span>
</div>
</div>

<div class="three" data-depth="0.40">
<div class="content">
<span class="piece"></span>
<span class="piece"></span>
<span class="piece"></span>
</div>
</div>

<p class="p404" data-depth="0.50">404</p>
<p class="p404" data-depth="0.10">404</p>

</div>

<div class="text">
<article>
<p>
发生错误啦!<br>
你访问的页面找不到了<br>
如果你访问的是文章且地址中仍然为日期格式,请把其中的日期改为/posts/,例如<br>
https://bili33.top/2021/06/14/301Redirect/ -> https://bili33.top/posts/301Redirect/
</p>
<a href="https://bili33.top"><button>返回首页</button></a>
</article>
</div>

</div>
</section>

<script src='/404js/parallax.min.js'></script>
<script src='/404js/jquery.min.js'></script>
<script src="/404js/script.js"></script>

</body>
</html>

0 comments on commit be4827a

Please sign in to comment.