Files
SiliconPartnersofficialwebsite/index.html
wangpeijian 4a1d9b1091 docs(index.html): 更新网站标题和SEO元数据
更新网站标题为"硅基伙伴"并添加相关SEO元数据,包括描述、关键词和开放图谱标签,以提升搜索引擎可见性和社交媒体分享效果
2026-03-19 18:00:30 +08:00

18 lines
818 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>硅基伙伴</title>
<meta name="description" content="硅基伙伴 - 专注于AI技术应用与数字化转型为企业提供智能化解决方案助力业务创新与增长。">
<meta name="keywords" content="硅基伙伴,AI,人工智能,数字化转型,智能解决方案">
<meta property="og:title" content="硅基伙伴">
<meta property="og:description" content="专注于AI技术应用与数字化转型为企业提供智能化解决方案助力业务创新与增长。">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>