-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
49 lines (46 loc) · 1.75 KB
/
index.html
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
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name='title' content='🖼️ Text Portrait Generator!' />
<meta
name='description'
content='Generate CSS Text Portaits with Ease! No need to write a single line of code!'
/>
<meta name='robots' content='index, follow' />
<meta httpEquiv='Content-Type' content='text/html; charset=utf-8' />
<meta name='language' content='English' />
<meta name='author' content='Josh Daniel' />
<meta property='og:title' content='🖼️ Text Portrait Generator!' />
<meta
property='og:description'
content='Generate CSS Text Portaits with Ease! No need to write a single line of code!'
/>
<meta property='og:type' content='website' />
<meta property='og:url' content='https://textportrait.vercel.app' />
<meta
property='og:image'
content='https://user-images.githubusercontent.com/69457996/142845888-7aab4783-7e13-4ae3-af52-b4eb3f3ecbd2.jpg'
>
<meta
property='twitter:image'
content='https://user-images.githubusercontent.com/69457996/142845888-7aab4783-7e13-4ae3-af52-b4eb3f3ecbd2.jpg'
/>
<meta property='twitter:card' content='summary_large_image' />
<meta
property='twitter:description'
content='Generate CSS Text Portaits with Ease! No need to write a single line of code!'
/>
<meta
property='twitter:title'
content='🖼️ Text Portrait Generator!'
/>
<title>Text Portrait Generator</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>