-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 1.08 KB
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="李博 Bo Li — 软件工程师,专注全栈开发、云基础设施与生成式 AI。探索项目、研究与工作经历。" />
<meta name="theme-color" content="#335d45" />
<meta property="og:title" content="李博 Bo Li — Software Engineer & AI Explorer" />
<meta property="og:description" content="Full-stack development, cloud infrastructure, and generative AI. Projects, research, and experience." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://li-bo-github.github.io/" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>李博 Bo Li — 软件工程师 · AI 探索者</title>
</head>
<body>
<div id="root"></div>
<noscript>请启用 JavaScript 浏览主页。Please enable JavaScript. Contact: libo.tom.mail@gmail.com</noscript>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>