Update index

This commit is contained in:
qrhlhplhp 2022-10-28 15:03:58 +09:00 committed by GitHub
parent 8e93b81c14
commit 6a5f16fab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,9 @@
<h1 id ="head">This is a PAIN TOOL</h1>
<button id="save">Save the picture</button>
<input type="color" id="colorele">
<input type="range" id ="rangele" min="1" max="500" value="50">
<input type="range" id ="rangele" min="1" max="50" value="10">
<div style="margin-bottom: 5vh; margin-top: 5vh;"><button id="button">T</button></div>
<canvas id="canvas" style="width:90vw ; border:5px solid black;"></canvas>
</body>
<script src="main.js"></script>
</html>
</html>