27 lines
562 B
HTML
27 lines
562 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=canvas.js type=module></script>
|
|
|
|
<div id=pic-holder>
|
|
<canvas id=pic width=1000 height=673>
|
|
if the canvas isn't working,
|
|
the old version is <a href=old.html>here</a>
|
|
</canvas>
|
|
<canvas id=pic2 width=1000 height=673>
|
|
</canvas>
|
|
</div>
|
|
|
|
<div id=buttons>
|
|
<button id=reroll>new quox</button>
|
|
<button id=swap>swap view</button>
|
|
</div>
|
|
|
|
<nav>
|
|
<a href=/>back</a>
|
|
</nav>
|