-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
34 lines (33 loc) · 1.7 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: common-card
categories: 404-page
title: 立泉落落
description: 昆虫,野生散养攻城狮,“十分”“业余”摄影Fans。
sitemap: false
blockFromSearchEngine: true
preloadImageWebp: https://apqx-host.oss-cn-hangzhou.aliyuncs.com/blog/emojis/noto-animated-emoji/peacock/512.webp
preloadImageWebp: https://apqx-host.oss-cn-hangzhou.aliyuncs.com/blog/emojis/noto-animated-emoji/think-face/512.webp"
---
<script>
const cardE = document.querySelector(".content-card");
cardE.style.display = "none";
if (cardE.classList.contains("fade-in-animation")) {
cardE.classList.remove("fade-in-animation");
}
</script>
<section style="text-align: center;">
<h1 style="font-size: 4.6rem;
font-weight: 300;
font-family: JetBrainsMono;">404</h1>
<p style="text-align: center;"><em style="font-style: normal;">目标页面不存在或已被迁移到新地址</em></p>
<P style="text-align: center;"><em style="font-style: normal;">博客更新有时会调整URL结构</em></P>
<P style="text-align: center;"><em style="font-style: normal;">早期分享的链接可能失效</em></P>
<picture>
<source srcset="https://apqx-host.oss-cn-hangzhou.aliyuncs.com/blog/emojis/noto-animated-emoji/think-face/512.webp"
type="image/webp" />
<img class="inline-for-center" width="85px" height="85px" style="margin-top: 5rem;" alt=""
src="https://apqx-host.oss-cn-hangzhou.aliyuncs.com/blog/emojis/noto-animated-emoji/think-face/512.gif" />
</picture>
<p style="text-align: center; margin-top: 2rem; margin-bottom: 5rem;"><a
class="drawer-trigger clickable-empty-link">点击这里选择要访问的板块</a></p>
</section>