webs/pain/index.html
2022-11-02 17:32:43 +09:00

19 lines
669 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title id="title">Pain</title>
</head>
<body>
<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="50" value="10">
<div style="margin-bottom: 5vh; margin-top: 5vh;"><button id="button">T</button></div>
<canvas id="canvas" style="width:175vmin ; border:5px solid black;"></canvas>
</body>
<script src="main.js"></script>
</html>