-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
1 lines (1 loc) · 2.36 KB
/
Copy pathindex.html
File metadata and controls
1 lines (1 loc) · 2.36 KB
1
<!doctype html><html lang="zh-CN"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="theme-color" content="#e8e4dc"><title>Undo Studio · 现实回滚工作台</title><link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 64 64%22><path d=%22M44 17H24V8L8 24l16 16v-9h18c7 0 10 7 10 14 5-16-1-28-8-28Z%22 fill=%22%23ff4d33%22/></svg>"><link rel="stylesheet" href="styles.css"></head><body><header><a href="#">UNDO®</a><span>REALITY RECOVERY UNIT</span><span>LOCAL SESSION / 001</span></header><main><section class="title"><p>现实没有 Ctrl+Z,<br>但有恢复路径。</p><h1>回滚<br><i>不是</i>回头。</h1><div class="seal">NO HARD RESET<br>AVAILABLE</div></section><section class="desk"><form id="form"><label>想撤销哪件事?<input id="event" placeholder="例如:在会议上说了伤人的话" maxlength="60" required></label><div class="slider"><label for="reversible">可逆程度 <output data-v="reversible">42</output></label><input id="reversible" name="reversible" type="range" value="42"></div><div class="slider"><label for="impact">影响范围 <output data-v="impact">68</output></label><input id="impact" name="impact" type="range" value="68"></div><div class="slider"><label for="emotion">情绪副作用 <output data-v="emotion">76</output></label><input id="emotion" name="emotion" type="range" value="76"></div><button type="submit">生成恢复卡 <span>↗</span></button></form><div class="timeline"><div class="timeline-head"><span>RECOVERY TIMELINE</span><strong id="step">03 / 04</strong></div><input id="path" aria-label="恢复路径" type="range" min="0" max="3" value="2"><div class="ticks"><span>ERASE</span><span>PATCH</span><span>REPAIR</span><span>FORWARD</span></div><article id="card"><div><span id="status">可恢复</span><b id="score">73</b></div><h2 id="path-name">真诚修复</h2><p id="card-event">先输入一件想撤销的事。现实不会倒退,但关系可以重新向前。</p><dl><div><dt>恢复概率</dt><dd id="recovery">73%</dd></div><div><dt>副作用</dt><dd id="side">59%</dd></div></dl><small>THIS CARD IS A REFLECTION, NOT A TIME MACHINE.</small></article></div></section></main><footer><span>Undo Studio / Build forward, don't reset hard.</span><span>2026</span></footer><script type="module" src="src/app.js"></script></body></html>