-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/images/cat.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Caption Meow</title>
<meta property="og:title" content="Caption Meow" />
<meta property="og:url" content="https://captionmeow.vercel.app" />
<meta property="og:image" content="https://captionmeow.vercel.app/images/summary_img.png" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Caption Meow">
<meta name="twitter:site" content="@emreshepherd" />
<meta name="twitter:description" content="Caption Meow, a social media for cat lovers!">
<meta name="twitter:image" content="https://captionmeow.vercel.app/images/summary_img.png">
<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&family=Raleway:wght@200;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/src/style.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>