迁移完毕.....舒服

This commit is contained in:
2025-12-23 13:03:36 +08:00
parent 24643b132a
commit 50199ec37f
7 changed files with 109 additions and 50 deletions

View File

@@ -1,14 +1,31 @@
<html>
<head>
<meta http-equiv="refresh" content="2.0;url={{ url_for('blog.home') }}">
<title>不想写了</title>
<!--meta http-equiv="refresh" content="2.0;url={{ url_for('blog.home') }}"-->
<title>关于</title>
<meta charset="utf-8" lang="zh-CN">
</head>
<body>
<a href="{{ url_for('blog.home') }}">返回首页</a>__<a href="{{ url_for('blog.sitemap') }}">网页地图</a>
<hr>
本站建立于大概2025年8月前后<br>
差不多是个人博客多次重建后的成果<br>
如今我已经成长很多<br>
<br>
<a href="https://wiki.ww3.tw/doku.php?id=zh_cn:skimrme">站长介绍<a>
<p>2025.12.22</p>
<br>
<br>
<hr>
忘记写了
<br>
所以暂时就不写了
<p>2025.08.05</p>
<p>over</p>
</body>
</html>
</html>
<style>
a {
text-decoration: none;
}
</style>