-
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.
- Loading branch information
Showing
70 changed files
with
6,316 additions
and
7,160 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>404</title> | ||
<meta name="generator" content="hexo-theme-yilia-plus"> | ||
<meta name="keywords" content="Hexo,404,Design"> | ||
<meta name="description" content="Tribute Forrest Gump"> | ||
<link rel="stylesheet" href="/css/404.css"> | ||
</head> | ||
<body> | ||
<div class="notfound"> | ||
<a class="notfound-link" href="/"> | ||
<img width="30" src="data:image/svg+xml;base64,PHN2ZyB0PSIxNTYyODQyNjI3NDA5IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcC1pZD0iNTIxNDgiIHdpZHRoPSI4MDAiIGhlaWdodD0iODAwIj48cGF0aCBkPSJNMTk0LjYgNDc5LjFoNzQ5LjF2NTcuNkgxODYuNEw1MjggODc4LjMgNDg3LjMgOTE5IDEyMSA1NTIuNyA4MC4zIDUxMmw0MDctNDA3IDQwLjcgNDAuN3oiIGZpbGw9IiIgcC1pZD0iNTIxNDkiLz48L3N2Zz4="> | ||
</a> | ||
<figure class="forrestgump"> | ||
<figcaption> | ||
<h1 style="color: #6b0b0c;">404<br>Not Found!</h1> | ||
<h3 style="color: #14206a;">Life was like a box of chocolates, you never know what you're going to get.</h3> | ||
</figcaption> | ||
<img src="/images/forrestgump.png"> | ||
</figure> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.