41 lines
No EOL
1.9 KiB
HTML
41 lines
No EOL
1.9 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<!-- SEO Meta Tags -->
|
||
<title>iFileProxy - 文件代理下载系统</title>
|
||
<meta name="description" content="iFileProxy是一个开源的文件代理下载系统,支持Github加速下载、离线下载等功能,完全免费使用。" />
|
||
<meta name="keywords" content="iFileProxy,文件代理,Github加速,离线下载,代理下载,开源项目" />
|
||
<meta name="author" content="iFileProxy Team" />
|
||
|
||
<!-- Open Graph Meta Tags -->
|
||
<meta property="og:title" content="iFileProxy - 文件代理下载系统" />
|
||
<meta property="og:description" content="开源免费的文件代理下载系统,支持Github加速下载、离线下载等功能。" />
|
||
<meta property="og:type" content="website" />
|
||
<meta property="og:url" content="https://gitdl.cn" />
|
||
<meta property="og:image" content="/og-image.png" />
|
||
|
||
<!-- Twitter Card Meta Tags -->
|
||
<meta name="twitter:card" content="summary_large_image" />
|
||
<meta name="twitter:title" content="iFileProxy - 文件代理下载系统" />
|
||
<meta name="twitter:description" content="开源免费的文件代理下载系统,支持Github加速下载、离线下载等功能。" />
|
||
<meta name="twitter:image" content="/og-image.png" />
|
||
|
||
<!-- Mobile Meta Tags -->
|
||
<meta name="theme-color" content="#1890ff" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||
|
||
<!-- Robots Meta Tag -->
|
||
<meta name="robots" content="index, follow" />
|
||
|
||
<!-- Canonical URL -->
|
||
<link rel="canonical" href="https://gitdl.cn" />
|
||
</head>
|
||
<body>
|
||
<div id="app"></div>
|
||
<script type="module" src="/src/main.js"></script>
|
||
</body>
|
||
</html> |