62 lines
1.5 KiB
HTML
62 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang=en data-state=loading>
|
|
<meta charset=utf-8>
|
|
|
|
<meta name=viewport content='width=device-width, initial-scale=0.5'>
|
|
|
|
<title>rainbow quox</title>
|
|
|
|
<link rel=stylesheet href=style/style.css>
|
|
<script src=script/quox.js type=module></script>
|
|
|
|
<div id=buttons>
|
|
<button id=reroll>new quox</button>
|
|
<button id=swap>swap view</button>
|
|
<button id=hideui>hide ui</button>
|
|
</div>
|
|
|
|
<div id=showui-holder>
|
|
<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 to the cube.'></a>
|
|
</nav>
|
|
|
|
<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=1040 height=713>
|
|
the canvas failed to load. sorry.
|
|
</canvas>
|
|
<canvas id=aux width=1040 height=713></canvas>
|
|
</div>
|
|
|
|
<div id=palette-bar>
|
|
<button id=download-button>
|
|
<img src=download.svg alt='download palette'>
|
|
</button>
|
|
<div id=palette-holder>
|
|
<object type='image/svg+xml' data=palette.svg id=palette
|
|
width=1152 height=179>
|
|
there should be a palette here but it failed to load for some reason
|
|
</object>
|
|
</div>
|
|
</div>
|