1 Star 0 Fork 1

Indexea/scaffold-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 585 Bytes
一键复制 编辑 原始数据 按行查看 历史
Indexea 提交于 2023-01-17 16:04 . react refactor
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/static/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Indexea</title>
<meta name="keywords" content="Indexea, React" />
<meta name="description" content="Indexea scaffold for React" />
<link rel="stylesheet" href="/src/global.css" />
<script type="module" src="/src/main.tsx"></script>
</head>
<body>
<div id="IndexeaApp"></div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/indexea/scaffold-react.git
git@gitee.com:indexea/scaffold-react.git
indexea
scaffold-react
scaffold-react
master

搜索帮助