-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.78 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="./favicon.ico" >
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<meta name="title" content="Jenison Monteiro">
<meta name="description" content="Welcome to the portfolio of Jenison Monteiro. Explore a collection of my creative work, projects, and achievements in web development and design.">
<meta name="robots" content="index, follow">
<meta http-equiv="content-language" content="en">
<meta name="keywords" content="Jenison Monteiro, Portfolio, Web Developer, Coding Enthusiast, React, website">
<meta property="og:title" content="Jenison Monteiro">
<meta property="og:site_name" content="Jenison Monteiro">
<meta property="og:url" content="https://jenihacker.github.io/">
<meta property="og:description" content="Welcome to the portfolio of Jenison Monteiro. Explore a collection of my creative work, projects, and achievements in web development and design.">
<meta property="og:type" content="website">
<meta property="og:image" content="./homepage.png">
<meta name="author" content="Jenison Monteiro">
<meta name="google-site-verification" content="EXI21NXNQIeITDwtvgWDmeiGbRzebz_ydNLbB-WauQM" >
<link rel="canonical" href="https://jenihacker.github.io/">
<script rel="preconnect" src="https://kit.fontawesome.com/dff89ccdda.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<title>Jenison Monteiro</title>
</head>
<body class="dark-mode">
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>