web app experiment

This commit is contained in:
2026-04-01 22:04:15 -07:00
parent 52c78aa6f6
commit ae7fb5da6f
9 changed files with 280 additions and 0 deletions

11
web/dist/index.html vendored Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<title>Counter</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main"></div>
<script src="main.js"></script>
</body>
</html>