-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (35 loc) · 2.04 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="SnapCat - The Ultimate Cat Social Media, a mock social media app parodying Instagram for cats. Built with React, TypeScript, React Router, Vite, and Tailwind CSS. Share your cat's adorable moments!">
<meta name="keywords"
content="SnapCat, Cat Social Media, React, TypeScript, React Router, Vite, Tailwind CSS, Mock Social Media, Instagram Parody">
<meta name="author" content="Your Name">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://johannesandersson.com">
<meta property="og:title" content="SnapCat - The Ultimate Cat Social Media">
<meta property="og:description"
content="Share your cat's adorable moments on SnapCat, a mock social media app parodying Instagram for cats. Built with React, TypeScript, React Router, Vite, and Tailwind CSS.">
<meta property="og:image" content="https://johannesandersson.com/og-image.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://twitter.com/thejoltjoker">
<meta property="twitter:title" content="SnapCat - The Ultimate Cat Social Media">
<meta property="twitter:description"
content="Share your cat's adorable moments on SnapCat, a mock social media app parodying Instagram for cats. Built with React, TypeScript, React Router, Vite, and Tailwind CSS.">
<meta property="twitter:image" content="https://johannesandersson.com/twitter-image.jpg">
<title>SnapCat - The Ultimate Cat Social Media</title>
<!-- Favicon -->
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>😻</text></svg>">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>