This commit is contained in:
2026-05-17 03:53:15 +03:30
commit 329ddc9ced
41 changed files with 5558 additions and 0 deletions

12
badge.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en" class="badge-html">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Codex Badge</title>
</head>
<body class="badge-body">
<div id="badge-root"></div>
<script type="module" src="/src/badge.tsx"></script>
</body>
</html>