-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ray Chow <[email protected]>
- Loading branch information
Showing
309 changed files
with
105,234 additions
and
22,527 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 |
---|---|---|
@@ -1,255 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>404 Page not found</title> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
|
||
|
||
<link rel="stylesheet" href="/assets/css/bootstrap.min.css"/> | ||
<link rel="stylesheet" href="/assets/css/layouts/main.css"/> | ||
<link rel="stylesheet" href="/assets/css/style.css"/> | ||
<link rel="stylesheet" href="/assets/css/navigators/navbar.css"/> | ||
|
||
|
||
<link href="https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" /> | ||
|
||
|
||
<link rel="icon" type="image/png" href="/images/site/1favicon.png" /> | ||
|
||
|
||
<link rel="stylesheet" href="/assets/css/style.css"/> | ||
|
||
|
||
<link rel="stylesheet" href="/assets/css/404.css"> | ||
|
||
|
||
|
||
|
||
|
||
<script type="application/javascript"> | ||
var doNotTrack = false; | ||
if (!doNotTrack) { | ||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; | ||
ga('create', 'UA-XXXXXXXXX-X', 'auto'); | ||
|
||
ga('send', 'pageview'); | ||
} | ||
</script> | ||
<script async src='https://www.google-analytics.com/analytics.js'></script> | ||
|
||
|
||
</head> | ||
|
||
<body data-spy="scroll" data-target="#TableOfContents" data-offset="80"> | ||
<div class="container-fluid bg-dimmed wrapper"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<nav class="navbar navbar-expand-xl top-navbar final-navbar shadow"> | ||
<div class="container"> | ||
<button class="navbar-toggler navbar-light" id="sidebar-toggler" type="button" onclick="toggleSidebar()"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<a class="navbar-brand" href="/"> | ||
<img src="/images/site/1main-logo.png">Dlog</a> | ||
<button class="navbar-toggler navbar-light" id="toc-toggler" type="button" onclick="toggleTOC()"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse lang-selector" id="top-nav-items"> | ||
<ul class="navbar-nav ml-auto"> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
<img src="/images/site/1main-logo.png" class="d-none" id="main-logo"> | ||
<img src="/images/site/1inverted-logo.png" class="d-none" id="inverted-logo"> | ||
</nav> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="container"> | ||
<div class="notFound"> | ||
<img src="/assets/images/404.png" alt=""> | ||
<div class="message"> | ||
<h1>404</h1> | ||
<h4>The page you are looking for is not there yet.</h4> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<footer class="container-fluid text-center align-content-center footer pb-2"> | ||
<div class="container pt-5"> | ||
<div class="row text-left"> | ||
<div class="col-md-4 col-sm-12"> | ||
<h5>导航</h5> | ||
|
||
<ul> | ||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#about">简介</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#skills">技能</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#experiences">履历</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#projects">项目</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#recent-posts">最近文章</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="smooth-scroll" href="#achievements">成就</a> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
</div> | ||
|
||
<div class="col-md-4 col-sm-12"> | ||
<h5>联系方式:</h5> | ||
<ul> | ||
|
||
<li><span>电话: </span> <span>+0123456789</span></li> | ||
|
||
<li><span>邮箱: </span> <span>[email protected]</span></li> | ||
|
||
</ul> | ||
</div> | ||
|
||
|
||
<div class="col-md-4 col-sm-12"> | ||
|
||
<p>Stay up to date with email notification</p> | ||
<form> | ||
<div class="form-group"> | ||
<input | ||
type="email" | ||
class="form-control" | ||
id="exampleInputEmail1" | ||
aria-describedby="emailHelp" | ||
placeholder="Enter email" | ||
/> | ||
<small id="emailHelp" class="form-text text-muted" | ||
>我们绝不会与任何人共享您的电子邮件。</small | ||
> | ||
</div> | ||
<button type="submit" class="btn btn-info">提交</button> | ||
</form> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<hr /> | ||
<div class="container"> | ||
<div class="row text-left"> | ||
<div class="col-md-4"> | ||
<a id="theme" href="https://github.com/hossainemruz/toha" target="#"> | ||
<img src="/assets/images/inverted-logo.png"> | ||
Toha | ||
</a> | ||
</div> | ||
<div class="col-md-4 text-center">© 2008 - 2020 Copyright.</div> | ||
<div class="col-md-4 text-right"> | ||
<a id="hugo" href="https://gohugo.io/">Powered by | ||
<img | ||
src="/assets/images/hugo-logo-wide.svg" | ||
alt="Hugo Logo" | ||
height="18" | ||
/> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script src="/assets/js/jquery-3.4.1.min.js"></script> | ||
<script src="/assets/js/popper.min.js"></script> | ||
<script src="/assets/js/bootstrap.min.js"></script> | ||
|
||
<script src="/assets/js/navbar.js"></script> | ||
<script src="/assets/js/main.js"></script> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html;charset=utf-8;"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="robots" content="all" /> | ||
<meta name="robots" content="index,follow"/> | ||
<link rel="stylesheet" type="text/css" href="https://qzone.qq.com/gy/404/style/404style.css"> | ||
</head> | ||
<body> | ||
<script type="text/plain" src="http://www.qq.com/404/search_children.js" | ||
charset="utf-8" homePageUrl="/" | ||
homePageName="回到主页"> | ||
</script> | ||
<script src="https://qzone.qq.com/gy/404/data.js" charset="utf-8"></script> | ||
<script src="https://qzone.qq.com/gy/404/page.js" charset="utf-8"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.