-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
188ef6c
commit d8cac04
Showing
363 changed files
with
140,204 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
Oops, something went wrong.