Spaces:
Running
Running
File size: 441 Bytes
5491d8f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<!DOCTYPE html>
<html lang="en" style="height: 100%">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/aiXamine-favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aiXamine Leaderboard</title>
</head>
<body style="height: 100%">
<div id="root" style="height: 100%"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
|