You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.0 KiB
HTML
44 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<meta charset="utf8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html.css" />
|
|
<title>atr</title>
|
|
|
|
<div id="controls">
|
|
<div class="coso">
|
|
<label for="rect-width">rect width</label>
|
|
<input name="rect-width" id="rect-width" type="range" min="2" max="100" />
|
|
</div>
|
|
<div class="coso">
|
|
<label for="rect-height">rect height</label>
|
|
<input name="rect-height" id="rect-height" type="range" min="2" max="100" />
|
|
</div>
|
|
<div class="coso">
|
|
<label for="diff-x">diff x</label>
|
|
<input
|
|
name="diff-x"
|
|
id="diff-x"
|
|
type="range"
|
|
min="-100"
|
|
max="100"
|
|
step="0.1"
|
|
value="10"
|
|
/>
|
|
</div>
|
|
<div class="coso">
|
|
<label for="diff-y">diff y</label>
|
|
<input
|
|
name="diff-y"
|
|
id="diff-y"
|
|
type="range"
|
|
min="-100"
|
|
max="100"
|
|
step="0.1"
|
|
value="10"
|
|
/>
|
|
</div>
|
|
</div>
|
|
|
|
<canvas></canvas>
|
|
<script src="aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html.js"></script>
|