-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (14 loc) · 1.2 KB
/
Copy pathindex.html
File metadata and controls
15 lines (14 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=yes" />
<title>云湖 · AI Language Studio</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><defs><linearGradient id=%22g%22 x1=%220%25%22 y1=%220%25%22 x2=%22100%25%22 y2=%22100%25%22><stop offset=%220%25%22 stop-color=%22%23ff5aa5%22/><stop offset=%2255%25%22 stop-color=%22%238a7dff%22/><stop offset=%22100%25%22 stop-color=%22%236ddad3%22/></linearGradient></defs><rect x=%2212%22 y=%2212%22 width=%2276%22 height=%2276%22 rx=%2224%22 fill=%22url(%23g)%22/><path d=%22M32 57c0-9 7-16 16-16 5 0 9 2 12 6 2-2 5-3 8-3 7 0 12 5 12 12s-5 12-12 12H44c-7 0-12-5-12-11Z%22 fill=%22white%22 fill-opacity=%220.96%22/><path d=%22M39 71c6 4 16 4 22 0%22 stroke=%22white%22 stroke-width=%225%22 stroke-linecap=%22round%22 opacity=%220.9%22/></svg>">
<link rel="stylesheet" href="/index.css">
</head>
<body class="bg-kitty-50 text-slate-900 min-h-screen overflow-x-hidden">
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>