grok2api / frontend /index.html
fromozuzhouzzz
Remove binary assets not referenced by source; use HF Spaces compatible repo
5f5f2c6
Raw
History Blame Contribute Delete
395 Bytes
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ffffff" />
<title>Grok2API</title>
<script src="/runtime-config.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>