12 lines
285 B
HTML
12 lines
285 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>BittMapp</title>
|
|
<script src="./static/js/bittmappeditor.js"></script>
|
|
<script src="./static/js/main.js"></script>
|
|
<link rel="stylesheet" href="./static/css/styles.css" />
|
|
</head>
|
|
<body>
|
|
<canvas id="editor"></canvas>
|
|
</body>
|
|
</html> |