basic drawing and initialization

This commit is contained in:
Emma
2023-02-07 11:20:07 -07:00
parent 3a12216482
commit c24bd45718
10 changed files with 944 additions and 3 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!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>Doodler</title>
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>