<!doctype html>
<html lang="zh">
  <head>
    <meta charset="utf-8" />
    <meta
      name="viewport"
      content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,viewport-fit=cover"
    />
    <title>AtomCode · 在你的终端中运行的 AI 编程助手</title>
    <meta
      name="description"
      content="AtomCode — Claude Code 的开源平替。连接任意大模型,自主多步执行,30 秒上手。"
    />
    <link rel="icon" type="image/png" href="./favicon.png" />
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.tsx"></script>
  </body>
</html>