-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
25 lines (22 loc) · 1.35 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="favicon.png" />
<link rel="apple-touch-icon" type="image/svg+xml" href="favicon.png" />
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet"> <!-- dancing script font for Portfolio navbar title -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sunny's Portfolio</title>
<meta
content="Sunny Patel's Portfolio, Sunny Patel's Portfolio React, Sunny Patel, Sunny Jayendra Patel Portfolio, Sunny Jayendra Patel Portfolio React, Sunny J Patel Portfolio, Sunny J Patel, Sunny Jayendra Patel, Sunny Patel React, Sunny Patel React three.js" name="description">
<meta content="Sunny Patel, sunny-patel-30b460204, Sunny Jayendra Patel, Sunny J Patel" name="keywords">
<meta property="og:description" content=" Sunny's Portfolio (React.js, Three.js, Vite, Tailwind CSS)">
<meta property="og:image" content="https://www.sunnypatel.net/assets/logo0-3305e1ac.png" />
<meta property="og:image:secure_url" content="https://www.sunnypatel.net/assets/logo0-3305e1ac.png" />
<meta property="og:image:type" content="image/png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="src/main.jsx"></script>
</body>
</html>