18 lines
		
	
	
		
			666 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			666 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="500" value="50">
							 | 
						||
| 
								 | 
							
								    <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>
							 |