项目文件夹

文件
2026-09-17 21:30:43 +08:00

19 行
460 B
HTML

此文件含有模棱两可的 Unicode 字符
此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>about · static-site</title>
<link rel="stylesheet" href="/assets/css/site.css" />
</head>
<body>
<header>
<a href="/">← 根页</a>
</header>
<main>
<h1>about</h1>
<p>rewrite<code>/about</code><code>/about.html</code></p>
</main>
</body>
</html>