feat: initial release - accessibility widget RGAA 4.1

This commit is contained in:
jessy-david-dev
2026-04-28 16:16:40 +02:00
commit bd5b7c8b83
22 changed files with 3914 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>accessibility-widget</title>
</head>
<body>
<div id="root"></div>
</body>
</html>