🎉 Initial source commit

This commit is contained in:
Tony Bark 2025-10-05 06:27:22 -04:00
commit 46b2320820
6 changed files with 82 additions and 0 deletions

10
bin/js/index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<script src="main.js"></script>
</body>
</html>