131 lines
3.6 KiB
HTML
131 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
|
|
<link rel="manifest" href="/images/site.webmanifest">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Goblin's Cave Right Here">
|
|
<title>Diary | Let's fall in love</title>
|
|
<link rel="stylesheet" href="/css/style.css" />
|
|
<link rel="stylesheet" href="/css/fonts.css" />
|
|
<link rel="stylesheet" href="https://b.peteralexwain.me/css/theme-override.css">
|
|
<script>NekoType = "black"</script>
|
|
<h1 id="nl">
|
|
<script src="/js/webneko.js"></script>
|
|
</h1>
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css">
|
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.js"></script>
|
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/contrib/auto-render.min.js" onload="renderMathInElement(document.body, {
|
|
delimiters: [
|
|
{left: '$$', right: '$$', display: true},
|
|
{left: '$', right: '$', display: false},
|
|
{left: '\\(', right: '\\)', display: false},
|
|
{left: '\\[', right: '\\]', display: true}
|
|
]
|
|
});"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.1.0/dist/typed.umd.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="/css/muhehehe.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<ul>
|
|
|
|
|
|
<li class="pull-left ">
|
|
<a href="https://b.peteralexwain.me/">~/let's fall in love</a>
|
|
</li>
|
|
|
|
|
|
<li class="pull-left current">
|
|
<a href="/categories/">~/categories</a>
|
|
</li>
|
|
|
|
|
|
<li class="pull-left ">
|
|
<a href="/tags/">~/tags</a>
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<li class="pull-right">
|
|
<a href="/post/2025/06/25/friends/">~/友達</a>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
|
|
<div class="content-wrapper">
|
|
|
|
<h1>Diary</h1>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li>
|
|
<span class="date">2025/07/21</span>
|
|
<a href="/post/2025/07/21/%E7%8C%8E%E4%BA%BA/">猎人</a>
|
|
</li>
|
|
|
|
<li>
|
|
<span class="date">2025/05/09</span>
|
|
<a href="/post/2025/05/09/paw%E7%9A%84%E5%9B%9E%E5%BF%86%E5%BD%95ongoing/">paw的回忆录(Ongoing)</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
<footer>
|
|
|
|
|
|
<script>
|
|
(function() {
|
|
function center_el(tagName) {
|
|
var tags = document.getElementsByTagName(tagName), i, tag;
|
|
for (i = 0; i < tags.length; i++) {
|
|
tag = tags[i];
|
|
var parent = tag.parentElement;
|
|
|
|
if (parent.childNodes.length === 1) {
|
|
|
|
if (parent.nodeName === 'A') {
|
|
parent = parent.parentElement;
|
|
if (parent.childNodes.length != 1) continue;
|
|
}
|
|
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
|
|
}
|
|
}
|
|
}
|
|
var tagNames = ['img', 'embed', 'object'];
|
|
for (var i = 0; i < tagNames.length; i++) {
|
|
center_el(tagNames[i]);
|
|
}
|
|
})();
|
|
</script>
|
|
|
|
|
|
<hr/>
|
|
© 2025 PeterAlexWain | <a href="https://github.com/peteralexwain/">Github</a> | <a href="https://b.peteralexwain.me">Goblin’s Cave</a>
|
|
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|