This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/aaaaaaaaaaaaaaaaaaaaaaaaaaa...

44 lines
1.0 KiB
HTML
Raw Normal View History

2023-01-20 01:36:28 +00:00
<!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>
2023-01-20 01:36:28 +00:00
<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>
2023-01-20 01:36:28 +00:00
<div class="coso">
<label for="rect-height">rect height</label>
<input name="rect-height" id="rect-height" type="range" min="2" max="100" />
</div>
2023-01-20 01:36:28 +00:00
<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>
2023-01-20 01:36:28 +00:00
<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>
2023-01-20 01:36:28 +00:00
<script src="aaaaaaaaaaaaaaaaaaaaaaaaaaarainbow.html.js"></script>