forked from Idun/tavern-card-crafter-v3
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.66 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CharaCardCreator - AI character card creation tool</title>
<meta
name="description"
content="Professional AI character card maker to help users easily create and edit character cards for chatbots and role-playing"
/>
<meta name="author" content="CharaCardCreator" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎭</text></svg>"
/>
<meta property="og:title" content="CharaCardCreator - AI character card creation tool" />
<meta
property="og:description"
content="Professional AI character card maker to help users easily create and edit character cards for chatbots and role play"
/>
<meta property="og:type" content="website" />
<meta
property="og:image"
content="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎭</text></svg>"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CharaCardCreator - AI character card creation tool" />
<meta name="twitter:description" content="Professional AI character card making tool" />
<meta
name="twitter:image"
content="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎭</text></svg>"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>