html-plan

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

HTML Plan

HTML规划页面

Review the files throughout
references/html-effectiveness/
.
After reviewing them, create an HTML file for the plan in a similar style.
Keep it pragmatic and simple.
Always include dark mode: hand-rolled CSS variables on
:root
/
html.dark
, a small theme toggle button,
localStorage
persistence, and an apply-before-paint script in
<head>
(default to
prefers-color-scheme
).
查看
references/html-effectiveness/
目录下的所有文件。
查看完成后,创建一个风格类似的规划页面HTML文件。
保持页面实用且简洁。
必须包含深色模式:在
:root
/
html.dark
上使用自定义CSS变量、一个小型主题切换按钮、
localStorage
持久化功能,以及在
<head>
中添加预渲染应用脚本(默认遵循
prefers-color-scheme
设置)。