-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html data-theme="night" lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo2.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nat Arnoux - Web Developer</title>
<meta name="author" content="Nathalie Arnoux" />
<meta
name="description"
content="Hey! I'm Nathalie Arnoux, web developer, introvert and otter lover. I love learning new things and solving problems through creative thinking. Check out my portfolio to learn more about me!"
/>
<meta property="og:image" content="https://media.licdn.com/dms/image/D5616AQFKa98KR3vhqQ/profile-displaybackgroundimage-shrink_350_1400/0/1701948270202?e=1715817600&v=beta&t=Q608cuBcX26ZaLsfnVUezkbYy9y2fyyYXQ3cOEp_m5k" />
<meta name="twitter:image" content="https://media.licdn.com/dms/image/D5616AQFKa98KR3vhqQ/profile-displaybackgroundimage-shrink_350_1400/0/1701948270202?e=1715817600&v=beta&t=Q608cuBcX26ZaLsfnVUezkbYy9y2fyyYXQ3cOEp_m5k" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>