1 Star 0 Fork 0

刘峻 / book-web-system-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
aspccw 提交于 2023-10-27 17:18 . 第一次提交
<!-- prettier-ignore -->
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-control" content="no-cache" />
<meta http-equiv="Cache" content="no-cache" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%VITE_APP_NAME%</title>
</head>
<body>
<div id="app">
<div id="appLoading"></div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
1
https://gitee.com/liu_jun_com/book-web-system-admin.git
git@gitee.com:liu_jun_com/book-web-system-admin.git
liu_jun_com
book-web-system-admin
book-web-system-admin
master

搜索帮助