-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (19 loc) · 833 Bytes
/
index.html
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" />
<!-- metadata -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Favour Ajefu - Product Designer</title>
<meta name="title" content="Favour Ajefu - Product Designer" />
<meta name="description" content="I am a product designer based in Lagos, Nigeria. I design and build digital products for the web and mobile." />
<meta property="og:image" type="image/svg+xml" content="/public/og_image.png" />
<meta property="og:title" content="Favour Ajefu - Product Designer" />
<!-- online assets -->
<link href="https://fonts.cdnfonts.com/css/circular-std" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>