initial commit: esbuild, inferno

This commit is contained in:
Brian Sakal
2023-05-02 23:07:26 -04:00
commit b45f44c25e
7 changed files with 233 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Calendar Optimizer</title>
</head>
<body>
<div id="app"></div>
<script src="./index.js" type="module"></script>
</body>
</html>