-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo/heisjuandaLogoBlack.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--Description-->
<meta name="author" content="Juan David Moreno Alfonso" />
<meta
name="description"
content="Explore the portfolio and services of Juan David Moreno Alfonso, a skilled software developer specializing in front-end development, UX/UI design, and graphics. Discover how Juan's expertise in JS, HTML, CSS, SCSS, and Lottie animation can bring your projects to life. Visit the site today and see the difference."
/>
<meta
name="keywords"
content="Juan David, JuanDa, HeisJuanDa, JD, juanda, Juan David Moreno Alfonso, Portafolio, Website, Front-end, Software Developer, UX, UI, Graphics, JS, HTML, CSS, SCSS, Netlify,"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HeIsJuanDa</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>