wehub-cloud-tpl-static-site
de754362ea
Co-authored-by: Cursor <cursoragent@cursor.com>
26 行
772 B
HTML
26 行
772 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>static-site</title>
|
|
<link rel="stylesheet" href="/assets/css/site.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<img src="/assets/img/mark.svg" alt="" width="28" height="28" />
|
|
<strong>static-site</strong>
|
|
</header>
|
|
<main>
|
|
<h1>根页</h1>
|
|
<p>type=static,产物在 public/,多层目录用来验 TOS 前缀上传。</p>
|
|
<nav>
|
|
<a href="/about">/about</a>
|
|
<a href="/docs/guide/">/docs/guide/</a>
|
|
<a href="/assets/data/catalog.json">/assets/data/catalog.json</a>
|
|
</nav>
|
|
</main>
|
|
<script src="/assets/js/boot.js"></script>
|
|
</body>
|
|
</html>
|