history, reduced-motion, editable name box, an easter egg
This commit is contained in:
parent
d52151e787
commit
0a59aa66f6
14 changed files with 782 additions and 127 deletions
|
@ -1,5 +1,6 @@
|
|||
<!doctype html>
|
||||
<html lang=en data-state=loading>
|
||||
<meta charset=utf-8>
|
||||
|
||||
<meta name=viewport content='width=device-width, initial-scale=0.5'>
|
||||
|
||||
|
@ -15,14 +16,31 @@
|
|||
</div>
|
||||
|
||||
<div id=showui-holder>
|
||||
<img id=showui src=showui.svg alt='show ui' title='show ui'>
|
||||
<button id=showui>
|
||||
<img src=showui.svg alt='show ui' title='show ui'>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<nav id=back>
|
||||
<a href=/><img src=back.svg alt=back title=back></a>
|
||||
<a href=/><img src=back.svg alt=back title='back to the cube.'></a>
|
||||
</nav>
|
||||
|
||||
<div id=state-message class=empty> quox #<span id=state>0</span> </div>
|
||||
<div id=history>
|
||||
<button id=close-history>
|
||||
<img src=close.svg alt=close title=close>
|
||||
</button>
|
||||
|
||||
<div id=current>
|
||||
<span id=current-hello>hello my name is</span>
|
||||
<span id=current-name contenteditable>anonymous</span>
|
||||
<button id=history-button>
|
||||
<img src=history.svg alt=history title=history>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div id=history-items>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id=pic-holder>
|
||||
<canvas id=main width=1000 height=673>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue