mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-09 14:48:47 +08:00
43 lines
1.6 KiB
HTML
43 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<!-- 移动端适配 -->
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
|
|
/>
|
|
<meta name="keywords" content="网盘,资源搜索,云存储" />
|
|
<!-- SEO关键词 -->
|
|
<meta name="description" content="网盘资源搜索工具" />
|
|
<!-- 设置Web App描述 -->
|
|
<meta name="theme-color" content="#ffffff" />
|
|
<!-- 设置主题颜色 -->
|
|
<meta property="og:title" content="CloudSaver" />
|
|
<!-- 社交媒体分享标题 -->
|
|
<meta property="og:description" content="网盘资源搜索工具" />
|
|
<!-- 社交媒体分享描述 -->
|
|
<meta property="og:url" content="https://github.com/jiangrui1994/CloudSaver" />
|
|
<!-- 社交媒体分享链接 -->
|
|
<meta name="twitter:card" content="summary" />
|
|
<!-- Twitter卡片类型 -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<!-- 开启Web App功能 -->
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
<!-- 设置状态栏样式 -->
|
|
<meta name="apple-mobile-web-app-title" content="CloudSaver" />
|
|
<!-- 设置Web App标题 -->
|
|
<link rel="apple-touch-icon" href="/logo-1.png" />
|
|
<!-- 设置Web App图标 -->
|
|
<link rel="mask-icon" href="/logo.svg" color="transparent" />
|
|
<!-- 设置Web App图标遮罩 -->
|
|
<meta name="referrer" content="no-referrer" />
|
|
<title>CloudSaver</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|