-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 872 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HTML Artifacts</title>
<style>
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans TC",Arial,sans-serif;max-width:860px;margin:48px auto;padding:0 24px;line-height:1.7;background:#f6f8fb;color:#111827}
main{background:white;border:1px solid #e5e7eb;border-radius:18px;padding:32px;box-shadow:0 16px 48px rgba(0,0,0,.08)}
h1{margin-top:0} a{color:#2563eb} code{background:#f3f4f6;padding:.15rem .35rem;border-radius:6px}
</style>
</head>
<body>
<main>
<h1>HTML Artifacts</h1>
<p>Hermes 產生的 HTML 預覽頁。</p>
<ul>
<li><a href="artifacts/2026-05-11-mac-studio-development-plan.html">Mac Studio 本機開發計畫與開發文檔</a></li>
</ul>
</main>
</body>
</html>