-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.23 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KnowledgeGraph Visual Learning Platform</title>
<link
rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='none' stroke='%232563eb' stroke-width='6' stroke-linecap='round' stroke-linejoin='round' d='M14 36 30 18l20 12-18 18Z'/%3E%3Ccircle cx='14' cy='36' r='6' fill='%23fff' stroke='%232563eb' stroke-width='5'/%3E%3Ccircle cx='30' cy='18' r='6' fill='%23fff' stroke='%232563eb' stroke-width='5'/%3E%3Ccircle cx='50' cy='30' r='6' fill='%23fff' stroke='%232563eb' stroke-width='5'/%3E%3Ccircle cx='32' cy='48' r='6' fill='%23fff' stroke='%232563eb' stroke-width='5'/%3E%3C/svg%3E"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>