-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 1.01 KB
/
Copy pathindex.html
File metadata and controls
24 lines (20 loc) · 1.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- TODO: Set the document title to the name of your application -->
<title>Parth Tyagi — Portfolio</title>
<meta name="description" content="Parth Tyagi's portfolio — UI/UX Designer, AI Explorer, and Tech Innovator" />
<meta name="author" content="Parth Tyagi" />
<meta property="og:title" content="Parth Tyagi — Portfolio" />
<meta property="og:description" content="UI/UX Designer, AI Explorer, and Tech Innovator" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="icon" type="image/svg+xml" 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>