Files
codex-limit-monitor/badge.html
2026-05-17 03:53:15 +03:30

13 lines
343 B
HTML

<!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>