-
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
85 changed files
with
520 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,72 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="robots" content="noodp" /> | ||
<title>404 Page not found - iofun</title><meta name="Description" content="This is my cool site"><meta property="og:title" content="404 Page not found" /> | ||
<meta property="og:description" content="This is my cool site" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="http://soloju.github.io/404.html" /><meta property="og:site_name" content="My cool site" /> | ||
|
||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="404 Page not found"/> | ||
<meta name="twitter:description" content="This is my cool site"/> | ||
<meta name="application-name" content="My cool site"> | ||
<meta name="apple-mobile-web-app-title" content="My cool site"><meta name="theme-color" content="#ffffff"><meta name="msapplication-TileColor" content="#da532c"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://soloju.github.io/404.html" /><link rel="stylesheet" href="/css/style.min.css"><link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"></noscript><link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css"></noscript></head> | ||
<body data-header-desktop="fixed" data-header-mobile="auto"><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('auto' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : 'auto' === 'dark')) && document.body.setAttribute('theme', 'dark');</script> | ||
|
||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop"> | ||
<div class="header-wrapper"> | ||
<div class="header-title"> | ||
<a href="/" title="iofun">My cool site</a> | ||
</div> | ||
<div class="menu"> | ||
<div class="menu-inner"><a class="menu-item" href="/posts/"> 文章 </a><a class="menu-item" href="/tags/"> 标签 </a><a class="menu-item" href="/categories/"> 分类 </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme"> | ||
<i class="fas fa-adjust fa-fw" aria-hidden="true"></i> | ||
</a></div> | ||
</div> | ||
</div> | ||
</header><header class="mobile" id="header-mobile"> | ||
<div class="header-container"> | ||
<div class="header-wrapper"> | ||
<div class="header-title"> | ||
<a href="/" title="iofun">My cool site</a> | ||
</div> | ||
<div class="menu-toggle" id="menu-toggle-mobile"> | ||
<span></span><span></span><span></span> | ||
</div> | ||
</div> | ||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/posts/" title="">文章</a><a class="menu-item" href="/tags/" title="">标签</a><a class="menu-item" href="/categories/" title="">分类</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme"> | ||
<i class="fas fa-adjust fa-fw" aria-hidden="true"></i> | ||
</a></div> | ||
</div> | ||
</header><main class="main"> | ||
<div class="container"><div class="page" id="content-404"> | ||
<h1 id="error-emoji"></h1> | ||
<p class="error-text">The page you're looking for doesn't exist. Sorry. | ||
<a href="javascript:void(0);" title="Back" onclick="window.history.back();"><i class="far fa-hand-point-left fa-fw" aria-hidden="true"></i></a> | ||
</p> | ||
</div> | ||
<script type="text/javascript"> | ||
(function() { | ||
var emojiArray = ['\\(o_o)/', '(˚Δ˚)b', '(^-^*)', '(≥o≤)', '(^_^)b', '(·_·)','(=\'X\'=)', '(>_<)', '(;-;)']; | ||
document.getElementById('error-emoji').appendChild(document.createTextNode(emojiArray[Math.floor(Math.random() * emojiArray.length)])); | ||
})(); | ||
</script></div> | ||
</main><footer class="footer"> | ||
<div class="footer-container"><div class="footer-line">Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.122.0">Hugo</a> | Theme - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.11"><i class="far fa-kiss-wink-heart fa-fw" aria-hidden="true"></i> LoveIt</a> | ||
</div><div class="footer-line" itemscope itemtype="http://schema.org/CreativeWork"><i class="far fa-copyright fa-fw" aria-hidden="true"></i><span itemprop="copyrightYear">2022 - 2024</span><span class="author" itemprop="copyrightHolder"> <a href="[email protected]" target="_blank">Will</a></span></div> | ||
</div> | ||
</footer></div> | ||
|
||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="Back to Top"> | ||
<i class="fas fa-arrow-up fa-fw" aria-hidden="true"></i> | ||
</a><a href="#" id="view-comments" class="fixed-button" title="View Comments"> | ||
<i class="fas fa-comment fa-fw" aria-hidden="true"></i> | ||
</a> | ||
</div><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lazysizes.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/clipboard.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/sharer.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":50}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body> | ||
</html> |
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,62 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="robots" content="noodp" /> | ||
<title>All Categories - iofun</title><meta name="Description" content="This is my cool site"><meta property="og:title" content="Categories" /> | ||
<meta property="og:description" content="This is my cool site" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="http://soloju.github.io/categories/" /><meta property="og:site_name" content="My cool site" /> | ||
|
||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Categories"/> | ||
<meta name="twitter:description" content="This is my cool site"/> | ||
<meta name="application-name" content="My cool site"> | ||
<meta name="apple-mobile-web-app-title" content="My cool site"><meta name="theme-color" content="#ffffff"><meta name="msapplication-TileColor" content="#da532c"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://soloju.github.io/categories/" /><link rel="alternate" href="/categories/index.xml" type="application/rss+xml" title="iofun"> | ||
<link rel="feed" href="/categories/index.xml" type="application/rss+xml" title="iofun"><link rel="stylesheet" href="/css/style.min.css"><link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"></noscript><link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> | ||
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css"></noscript></head> | ||
<body data-header-desktop="fixed" data-header-mobile="auto"><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('auto' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : 'auto' === 'dark')) && document.body.setAttribute('theme', 'dark');</script> | ||
|
||
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop"> | ||
<div class="header-wrapper"> | ||
<div class="header-title"> | ||
<a href="/" title="iofun">My cool site</a> | ||
</div> | ||
<div class="menu"> | ||
<div class="menu-inner"><a class="menu-item" href="/posts/"> 文章 </a><a class="menu-item" href="/tags/"> 标签 </a><a class="menu-item active" href="/categories/"> 分类 </a><span class="menu-item delimiter"></span><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme"> | ||
<i class="fas fa-adjust fa-fw" aria-hidden="true"></i> | ||
</a></div> | ||
</div> | ||
</div> | ||
</header><header class="mobile" id="header-mobile"> | ||
<div class="header-container"> | ||
<div class="header-wrapper"> | ||
<div class="header-title"> | ||
<a href="/" title="iofun">My cool site</a> | ||
</div> | ||
<div class="menu-toggle" id="menu-toggle-mobile"> | ||
<span></span><span></span><span></span> | ||
</div> | ||
</div> | ||
<div class="menu" id="menu-mobile"><a class="menu-item" href="/posts/" title="">文章</a><a class="menu-item" href="/tags/" title="">标签</a><a class="menu-item" href="/categories/" title="">分类</a><a href="javascript:void(0);" class="menu-item theme-switch" title="Switch Theme"> | ||
<i class="fas fa-adjust fa-fw" aria-hidden="true"></i> | ||
</a></div> | ||
</div> | ||
</header><main class="main"> | ||
<div class="container"><div class="page archive"><h2 class="single-title animate__animated animate__pulse animate__faster">All Categories</h2><div class="categories-card"></div></div></div> | ||
</main><footer class="footer"> | ||
<div class="footer-container"><div class="footer-line">Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo 0.122.0">Hugo</a> | Theme - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt 0.2.11"><i class="far fa-kiss-wink-heart fa-fw" aria-hidden="true"></i> LoveIt</a> | ||
</div><div class="footer-line" itemscope itemtype="http://schema.org/CreativeWork"><i class="far fa-copyright fa-fw" aria-hidden="true"></i><span itemprop="copyrightYear">2022 - 2024</span><span class="author" itemprop="copyrightHolder"> <a href="[email protected]" target="_blank">Will</a></span></div> | ||
</div> | ||
</footer></div> | ||
|
||
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="Back to Top"> | ||
<i class="fas fa-arrow-up fa-fw" aria-hidden="true"></i> | ||
</a><a href="#" id="view-comments" class="fixed-button" title="View Comments"> | ||
<i class="fas fa-comment fa-fw" aria-hidden="true"></i> | ||
</a> | ||
</div><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lazysizes.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/clipboard.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/sharer.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":50}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body> | ||
</html> |
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,8 @@ | ||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"> | ||
<channel> | ||
<title>Categories - Category - iofun</title> | ||
<link>http://soloju.github.io/categories/</link> | ||
<description>Categories - Category - iofun</description> | ||
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>[email protected] (Will)</managingEditor> | ||
<webMaster>[email protected] (Will)</webMaster><atom:link href="http://soloju.github.io/categories/" rel="self" type="application/rss+xml" /></channel> | ||
</rss> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.