-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 1.1 KB
/
index.html
File metadata and controls
22 lines (21 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/my-svg.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gideon Adeniran | Frontend Developer</title>
<meta name="description" content="Portfolio of Gideon Adeniran, a frontend developer building sleek web experiences using React, Next.js, and Vite.">
<meta name="keywords" content="Frontend Developer, React, Vite, Gideon Adeniran, Portfolio">
<meta property="og:title" content="Gideon Adeniran | Frontend Developer" />
<meta property="og:description" content="Building modern web apps with speed and precision." />
<meta property="og:image" content="https://gideons3dporfolio.vercel.app/preview.png" />
<meta property="og:url" content="https://gideons3dporfolio.vercel.app/" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="canonical" href="https://gideons3dporfolio.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>