Add companion app

This commit is contained in:
nmemmert
2026-04-20 14:58:57 -04:00
parent 0c328057c8
commit 74c21f956e
18 changed files with 2977 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Verse by Verse Companion</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>