Initial commit

This commit is contained in:
2026-03-13 16:01:39 -04:00
commit 27e8c9a6fe
22 changed files with 8681 additions and 0 deletions

1
client/dist/assets/index-DLWfvwrg.css vendored Normal file

File diff suppressed because one or more lines are too long

40
client/dist/assets/index-FiZX5YT8.js vendored Normal file

File diff suppressed because one or more lines are too long

14
client/dist/index.html vendored Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Arcane Duels</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>&#x2694;</text></svg>" />
<script type="module" crossorigin src="/assets/index-FiZX5YT8.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DLWfvwrg.css">
</head>
<body>
<div id="root"></div>
</body>
</html>