-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.67 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.67 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/techpaglu.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Techpaglu - calculate your tech enthusiasm score</title>
<meta name="title" content="Techpaglu" />
<meta name="description" content="Calculate your tech enthusiasm score based on your tweets - share with your friends" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://techpaglu.vercel.app" />
<meta property="og:title" content="Techpaglu" />
<meta property="og:description" content="Calculate your tech enthusiasm score based on your tweets - share with your friends" />
<meta property="og:image" content="https://ik.imagekit.io/e3zsheqim/Screenshot%202025-03-29%20074132.png?updatedAt=1743215855149" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://techpaglu.vercel.app" />
<meta name="twitter:title" content="Techpaglu" />
<meta name="twitter:description" content="Calculate your tech enthusiasm score based on your tweets - share with your friends" />
<meta name="twitter:image" content="https://previews.jumpshare.com/thumb/815bc01b796dd6f1733c957c5af19493060a29e7185197a06f2fc432bc9c73d312140070cc0a2d0fc829e696fc9e17b41f1e72d9ec8c85bbbc7782373d48ae1e03e65ba6a6bf81d8e964bb795f024504" />
<meta name="twitter:site" content="@aniketvish0" />
<meta name="twitter:creator" content="@aniketvish0" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>