First version with all questions.

This commit is contained in:
Valentin Deffaugt
2026-06-23 17:23:41 +02:00
commit c40082b73d
13 changed files with 11739 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>AWS Quiz</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>