yummy.cricket/rainbow-quox/index.html
2024-12-09 22:57:40 +01:00

36 lines
817 B
HTML

<!doctype html>
<html lang=en>
<meta name=viewport content='width=device-width, initial-scale=0.5'>
<title>rainbow quox</title>
<link rel=stylesheet href=style.css>
<script src=quox.js type=module></script>
<div id=buttons>
<button id=reroll>new quox</button>
<button id=swap>swap view</button>
</div>
<div id=state-message class=empty> quox #<span id=state>0</span> </div>
<div id=pic-holder>
<canvas id=main width=1000 height=673>
the canvas failed to load. sorry.
</canvas>
<canvas id=aux width=1000 height=673></canvas>
</div>
<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>
<nav id=back>
<a href=/>
<img src=back.svg>
</a>
</nav>