This commit is contained in:
Brian Sakal
2022-02-27 21:45:37 -05:00
parent 340d4caa9e
commit eed3f1326b
12 changed files with 171 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Calendar Optimizer</title>
<link rel="stylesheet" href="index.css"></link>
</head>
<body>
<script type='module' src="index.js"></script>
<div id="root"></div>
</body>
</html>