forked from tonmoydeb404/propose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (46 loc) · 1.53 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
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>Canva: A Place for You to Edit Images</title>
<meta
name="description"
content="Image editing made with ease."
/>
<meta
name="keywords"
/>
<meta name="robots" content="index,follow" />
<meta name="language" content="English" />
<meta name="author" content="Joseph Chan" />
<!-- Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Canva: A Place for You to Edit Images" />
<meta
property="og:description"
content="Image editing made with ease."
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Canva: A Place for You to Edit Images" />
<meta
name="twitter:description"
content="Image editing made with ease."
/>
<!-- fonts -->
<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=Montserrat:wght@400;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- google site verification -->
<meta name="google-site-verification" content="<%- id %>" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>