-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1015 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="brand_icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Jesse Abuaja" />
<meta
name="description"
content="I'm Jesse Abuaja A.K.A Jesjags, a self-taught full stack software developer with over 3 years
experience in Frontend development, Backend development and Mobile
Application development. I explore innovative ways to create software
solutions to problems, build delightful digital experiences and forge
usable products."
/>
<meta
name="keywords"
content="Jesse Abuaja, full-stack developer, front-end developer, self-taught full stack software developer, self-taught developer, abuja, jsjags, web developer"
/>
<title>Jesse Abuaja | Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>