Bootstrap project, add protocol

This commit is contained in:
Jon Staab
2026-06-08 09:30:44 -07:00
parent 0bd28e16ac
commit f3945c2ea2
13 changed files with 2775 additions and 20 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>Quorum</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>