Initial commit.

This commit is contained in:
Mikaël Capelle
2024-12-09 16:06:29 +00:00
commit cb69fea7ac
36 changed files with 4780 additions and 0 deletions

16
front/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Holt59 - AOC</title>
</head>
<body class="h-100" data-bs-theme="dark">
<div id="app" class="d-flex flex-column h-100"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>