LazyBoy2/box/welcome.html

19 lines
684 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">
2026-09-15 05:20:44 +00:00
<title>LazyBoy 的電腦</title>
2026-09-14 09:08:35 +00:00
<style>
2026-09-16 14:00:19 +00:00
body { font-family: "jf open 粉圓 2.1", "Noto Sans CJK TC", "Noto Sans", sans-serif; margin: 3rem; background: #2f343f; color: #d3dae3; }
2026-09-14 09:08:35 +00:00
h1 { font-size: 1.6rem; }
2026-09-16 14:00:19 +00:00
code { background: #383c4a; padding: .1rem .4rem; }
.hint { color: #5294e2; }
2026-09-14 09:08:35 +00:00
</style>
</head>
<body>
2026-09-15 05:20:44 +00:00
<h1>這是 LazyBoy 的電腦</h1>
2026-09-14 09:08:35 +00:00
<p>登入、驗證碼、付款請在這個畫面完成。帳密只在這裡輸入,對話裡看不到。</p>
2026-09-16 14:00:19 +00:00
<p class="hint">下方工作列有「瀏覽器」和「終端機」。做完後回到聊天回覆「好了」。</p>
2026-09-14 09:08:35 +00:00
</body>
</html>