refactoring + add pub
This commit is contained in:
parent
7ca48a2448
commit
e235fcc749
7 changed files with 351 additions and 132 deletions
27
pub/index.html
Normal file
27
pub/index.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>LJ Sketch</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="main">
|
||||
<div id="toolbox">
|
||||
<div id="colors"></div>
|
||||
<input type="color" id="selectedColor"
|
||||
class="button2x" value="#ffffff"></input>
|
||||
<input type="button" id="clearButton"
|
||||
class="button2x" value="♻"></input>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<canvas id="canvas" width="1024" height="1024"></canvas>
|
||||
<span class="footer">LJ Sketch</span>
|
||||
</div>
|
||||
|
||||
<script src="main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue