LazyBoy2/box/welcome.html

19 lines
638 B
HTML
Raw Normal View History

2026-09-14 09:08:35 +00:00
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8">
<title>Grok 的電腦</title>
<style>
body { font-family: "Noto Sans CJK TC", "Noto Sans", sans-serif; margin: 3rem; background: #111; color: #eee; }
h1 { font-size: 1.6rem; }
code { background: #222; padding: .1rem .4rem; }
.hint { color: #9f9; }
</style>
</head>
<body>
<h1>這是 Grok 的電腦</h1>
<p>登入、驗證碼、付款請在這個畫面完成。帳密只在這裡輸入,對話裡看不到。</p>
<p class="hint">桌面上有「瀏覽器」和「終端機」。做完後回到聊天回覆「好了」。</p>
</body>
</html>