Homepage-imsyy/index.html

40 lines
1.7 KiB
HTML
Raw Normal View History

2021-09-25 14:57:18 +00:00
<!DOCTYPE html>
<html lang="zh-CN">
<head>
2022-11-15 14:19:29 +00:00
<meta charset="UTF-8" />
<meta http-equiv="Access-Control-Allow-Origin" content="*">
2023-02-14 01:01:51 +00:00
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
2022-11-15 14:19:29 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="%VITE_SITE_LOGO%">
<link rel="apple-touch-icon" href="%VITE_SITE_APPLE_LOGO%" />
<link rel="bookmark" href="%VITE_SITE_APPLE_LOGO%" />
<link rel="apple-touch-icon-precomposed" sizes="200x200" href="%VITE_SITE_APPLE_LOGO%" />
<meta name="description" content="%VITE_SITE_DES%" />
<meta name="keywords" content="%VITE_SITE_KEYWORDS%" />
<meta name="author" content="%VITE_SITE_ANTHOR%" />
2023-01-15 09:47:35 +00:00
<meta name="theme-color" content="#424242" />
<title>%VITE_SITE_NAME%</title>
2023-01-15 05:20:24 +00:00
<!-- HarmonyOS Sans -->
<!-- 本站 CDN 已开启防盗链,非本站域名不可访问,请更改链接为下方内容,否则自定义字体将失效 -->
<link rel="stylesheet" href="https://s1.hdslb.com/bfs/static/jinkela/long/font/regular.css" />
<!-- <link rel="stylesheet" href="https://cdn.imsyy.top/gh/imsyy/file/font/HarmonyOS_Sans/regular.min.css" /> -->
2022-11-15 14:19:29 +00:00
<!-- IE Out -->
<script>
if ( /*@cc_on!@*/ false || (!!window.MSInputMethodContext && !!document.documentMode))
window.location.href =
"https://support.dmeng.net/upgrade-your-browser.html?referrer=" + encodeURIComponent(window.location.href)
</script>
2021-09-25 14:57:18 +00:00
</head>
<body>
2022-11-15 14:19:29 +00:00
<!-- 主体内容 -->
<div id="app"></div>
<!-- noscript -->
<noscript>
<div style="text-align: center">请开启 JavaScript</div>
</noscript>
<script type="module" src="/src/main.js"></script>
2021-09-25 14:57:18 +00:00
</body>
</html>