wehub-cloud-tpl-static-site
de754362ea
Co-authored-by: Cursor <cursoragent@cursor.com>
19 行
460 B
HTML
19 行
460 B
HTML
<!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>
|