14 lines
334 B
HTML
Executable File
14 lines
334 B
HTML
Executable File
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="2.0;url={{ url_for('blog.home') }}">
|
|
<title>不想写了</title>
|
|
<meta charset="utf-8" lang="zh-CN">
|
|
</head>
|
|
<body>
|
|
忘记写了
|
|
<br>
|
|
所以暂时就不写了
|
|
<p>2025.08.05</p>
|
|
<p>over</p>
|
|
</body>
|
|
</html> |