-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 1.43 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio Spot</title>
<meta name="description"
content="Discover a curated collection of inspiring open source developer portfolios, designed to spark creativity and showcase the best in web design and technical skills." />
<meta name="keywords" content="portfolio, projects, skills, showcase" />
<meta name="author" content="Abdelakrim Ain" />
<meta property="og:title" content="Portfolio Spot" />
<meta property="og:description"
content="Discover a curated collection of inspiring open source developer portfolios, designed to spark creativity and showcase the best in web design and technical skills." />
<meta property="og:image" content="/image.jpg" />
<meta property="og:url" content="https://portfoliospot.vercel.app/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Portfolio Spot" />
<meta name="twitter:description"
content="Discover a curated collection of inspiring open source developer portfolios, designed to spark creativity and showcase the best in web design and technical skills." />
<meta name="twitter:image" content="/image.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>