2022-10-27 16:24:28 +09:00
|
|
|
<!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">
|
2022-10-28 15:03:58 +09:00
|
|
|
<input type="range" id ="rangele" min="1" max="50" value="10">
|
2022-10-27 16:24:28 +09:00
|
|
|
<div style="margin-bottom: 5vh; margin-top: 5vh;"><button id="button">T</button></div>
|
2022-11-02 17:32:43 +09:00
|
|
|
<canvas id="canvas" style="width:175vmin ; border:5px solid black;"></canvas>
|
2022-10-27 16:24:28 +09:00
|
|
|
</body>
|
|
|
|
<script src="main.js"></script>
|
2022-10-28 15:03:58 +09:00
|
|
|
</html>
|