You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

26 lines
670 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>mixx</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="fontawesome/css/all.min.css">
</head>
<body>
<div id="brush-preview" style="position: absolute; display: none; pointer-events: none; border: 1px solid black; border-radius: 50%; z-index: 1000;"></div>
<div id="menu-bar"></div>
<div id="info-bar"></div>
<div id="row">
<div id="tool-bar"></div>
<div id="studio">
<div id="easel">
</div>
</div>
<div id="layer-bar">
<div id="layer-controllers"></div>
</div>
</div>
<script src="mixbox.js"></script>
<script src="render.js"></script>
</body>
</html>