feat: initial prototype

This commit is contained in:
2025-10-31 18:22:52 -07:00
parent d8a3738388
commit a9cd135c7a
25 changed files with 12483 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Eclaire</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body style="margin: 0">
<app-root></app-root>
</body>
<script src="https://cdn.nhcarrigan.com/headers/index.js"></script>
</html>