palette
This commit is contained in:
parent
d0099fbf19
commit
815ef5c23f
10 changed files with 256 additions and 131 deletions
|
@ -8,6 +8,11 @@
|
|||
<link rel=stylesheet href=style.css>
|
||||
<script src=canvas.js type=module></script>
|
||||
|
||||
<div id=buttons>
|
||||
<button id=reroll>new quox</button>
|
||||
<button id=swap>swap view</button>
|
||||
</div>
|
||||
|
||||
<div id=pic-holder>
|
||||
<canvas id=pic width=1000 height=673>
|
||||
if the canvas isn't working,
|
||||
|
@ -17,11 +22,13 @@
|
|||
</canvas>
|
||||
</div>
|
||||
|
||||
<div id=buttons>
|
||||
<button id=reroll>new quox</button>
|
||||
<button id=swap>swap view</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>
|
||||
|
||||
<nav>
|
||||
<nav id=back>
|
||||
<a href=/>back</a>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue