3 Star 27 Fork 4

广州凡拓数字创意科技股份有限公司 / FunSwitch_Web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuhan-yh 提交于 2023-03-14 17:20 . feat: init
<!--
* @Author: your name
* @Date: 2022-10-27 09:16:31
* @LastEditTime: 2022-11-17 10:23:19
* @LastEditors: yuhan
* @Description:
* @FilePath: \apiadmin\index.html
-->
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/static/loading.css" />
</head>
<body>
<div id="app">
<div class="app-loading">
<div class="app-loading-wrap">
<div class="app-loading-dots">
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
</div>
<div class="app-loading-title">funSwitch</div>
</div>
</div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
HTML
1
https://gitee.com/frontopOpen/FunSwitch_Web.git
git@gitee.com:frontopOpen/FunSwitch_Web.git
frontopOpen
FunSwitch_Web
FunSwitch_Web
master

搜索帮助