Files
Aether/aether-vscodex/web/index.html
T

14 lines
379 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark light" />
<title>Codex</title>
</head>
<body class="codex-app local-no-auth">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>