2026第一次上传

This commit is contained in:
2026-01-04 15:00:40 +08:00
parent 8373794f11
commit 24dc04287e
9 changed files with 130 additions and 122 deletions

View File

@@ -4,7 +4,7 @@
<title>{{ posts['title'] }}</title>
</head>
<body>
<a href="../">返回上级</a>
<a href="/blog">返回主页</a>
<br>
<h1>{{ posts['title'] }}</h1>
<br>
@@ -27,4 +27,7 @@
body {
background-color: rgb(175, 223, 255);
}
a {
text-decoration: none;
}
</style>