1 Star 0 Fork 0

Somberguy/zdte-install-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
Somberguy 提交于 2024-04-15 21:21 . 初始化和
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link rel="icon" type="image/x-icon" href="./src/images/favicon.ico">
<!-- 对于高分辨率或 Retina 显示屏,可以添加额外的 PNG 图标 -->
<link rel="icon" type="image/png" sizes="16x16" href="./src/images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="./src/images/favicon.ico">
<!-- 添加适用于移动设备和触摸设备的图标 -->
<link rel="apple-touch-icon" href="./src/images/favicon.ico">
<title>Zero Distance</title>
</head>
<body style="box-sizing: border-box; margin: 0; padding: 0">
<div id="app"></div>
<script src="./src/main.js" type="module"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/somberguy/zdte-install-ui.git
[email protected]:somberguy/zdte-install-ui.git
somberguy
zdte-install-ui
zdte-install-ui
master

搜索帮助