Pi66

pi66.xyz
My personal website.
git clone https://git.pi66.xyz/pi66.xyz

← back to log

fix: heading markup and center layout

author: pi66
date: 2026-07-03 17:54
hash: 99adc798f87031b2a1166b85f3dcc4b41fab73cf

Diffstat:

M

md/404.md
6 +++++++++++++++++++++++++-----
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
diff --git a/md/404.md b/md/404.md
index ad629df..660c071 100644
--- a/md/404.md
+++ b/md/404.md
@@ -2,8 +2,12 @@
 {% block meta %} 404 {% endblock %}
 {% block content %}

-# >**404**
+<center markdown=1>

+# **404** [.!text-4xl]
 this page is not exists

+</center>
+
+
 {% endblock %}