2 Star 10 Fork 2

小鱼yuzifu/homepage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
小鱼yuzifu 提交于 2023-12-16 17:31 +08:00 . [add]新增配置文件
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta content="yes" name="mobile-web-app-capable" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style" />
<meta content="/" name="msapplication-starturl" />
<link rel="bookmark" href="<%- favicon %>" />
<link rel="apple-touch-icon-precomposed" href="<%- favicon %>" />
<meta name="description" content="<%- description %>" />
<meta name="keywords" content="<%- keywords %>" />
<meta name="author" content="<%- favicon %>" />
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="<%- themeColor %>" name="theme-color" />
<link id="favicon" href="<%- favicon %>" rel="icon" />
<title><%- title %></title>
</head>
<body>
<div id="app"></div>
<script src="/src/main.js" type="module"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sf-yuzifu/homepage.git
git@gitee.com:sf-yuzifu/homepage.git
sf-yuzifu
homepage
homepage
ba

搜索帮助