-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.76 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
31
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Added Meta Tags -->
<meta name="author" content="Osezele Iboi">
<meta name="description" content="Osezele Iboi - Software Engineer">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Osezele Iboi">
<meta property="og:type" content="website">
<meta property="og:url" content="https://1732-portfolio.netlify.app/">
<meta property="og:description" content="Ejemen Iboi Frontend Engineer Web Portfolio">
<meta property="og:image" content="https://i.imghippo.com/files/ePj9e1718915211.png">
<!-- Link favicon icon -->
<link rel="icon" type="image/png" sizes="512x512" href="./favicon_io/android-chrome-512x512.png">
<link rel="icon" type="image/png" sizes="192x192" href="./favicon_io/android-chrome-192x192.png">
<link rel="apple-touch-icon" sizes="180x180" href="./favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon_io/favicon-16x16.png">
<link rel="manifest" href="/favicon_io/site.webmanifest">
<!-- LINK TO FONT AWESOME -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Osezele Iboi - Frontend Engineer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>