-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 757 Bytes
/
Copy pathindex.html
File metadata and controls
17 lines (17 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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="MetaCore Studio - AI-assisted embedded hardware architecture, firmware generation, and local engineering analysis." />
<meta name="theme-color" content="#0f172a" />
<link rel="icon" type="image/svg+xml" href="%BASE_URL%logo.svg" />
<link rel="icon" type="image/png" sizes="64x64" href="%BASE_URL%logo-64.png" />
<link rel="apple-touch-icon" sizes="180x180" href="%BASE_URL%apple-touch-icon.png" />
<title>MetaCore Studio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>