Files
memind/public/thumbnail-demo-samples/vietnam-guide-bad.html
T
john e2ad3bf62b feat(mindspace): 公开页分享组件、workspace 路径与 Plaza 发布增强
- 新增 public share widget 与 workspace relative path 解析
- 增强 publications/chat-plaza 发布链路与缩略图 demo
- 补充 schema、cover 检查脚本与回归测试

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-05 23:14:41 +08:00

37 lines
1.3 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>越南旅游指南</title>
<style>
:root { --accent: #2f6f57; --bg: #f4f0e7; }
body { margin: 0; font-family: Georgia, serif; background: var(--bg); color: #18211d; line-height: 1.7; }
main { max-width: 720px; margin: 0 auto; padding: 48px 24px 72px; }
h1 { font-size: 2.2rem; margin-bottom: 0.5rem; color: var(--accent); }
.lead { color: #5f6963; margin-bottom: 2rem; }
section { margin-bottom: 2rem; }
h2 { font-size: 1.25rem; margin-bottom: 0.75rem; }
</style>
</head>
<body>
<main>
<h1>越南旅游指南</h1>
<p class="lead">河内古城、下龙湾、会安古镇 — 东南亚最值得深度探索的目的地之一。</p>
<section>
<h2>河内</h2>
<p>三十六行街、还剑湖、火车街咖啡,适合 2–3 天慢游。</p>
</section>
<section>
<h2>下龙湾</h2>
<p>世界自然遗产,建议预订一夜 cruise,清晨看雾锁峰林。</p>
</section>
<section>
<h2>会安</h2>
<p>灯笼古城与 tailoring 文化,傍晚沿河散步最为出片。</p>
</section>
<p data-mindspace-page-tag="platform-brand">TKMind · 智趣</p>
</main>
</body>
</html>