-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 865 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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="Counterxing Blog - AI Agent engineering, visual frontend systems, and full-stack product thinking powered by GitHub Issues."
/>
<meta name="theme-color" content="#f5efe6" />
<meta property="og:title" content="Counterxing Blog" />
<meta
property="og:description"
content="A high-end GitHub Issues powered blog about AI Agents, visual frontend engineering, and full-stack product thinking."
/>
<title>Counterxing Blog · AI Agent / Visual Frontend / Full-stack</title>
<link rel="icon" href="/favicon.ico" />
<script type="module" src="/src/main.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>