-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 1.14 KB
/
index.html
File metadata and controls
22 lines (21 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo192.png" />
<link rel="apple-touch-icon" href="/logo192.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark">
<meta name="description" content="Ignacio Albiol's portfolio - Full Stack Developer specialized in React, Node.js, and modern web technologies. Check out my projects and get in touch.">
<meta name="keywords" content="web developer, full stack developer, react developer, javascript, node.js, portfolio">
<meta property="og:title" content="IAP - Full Stack Developer">
<meta property="og:description" content="Ignacio Albiol's portfolio - Full Stack Developer specialized in React, Node.js, and modern web technologies.">
<meta property="og:type" content="website">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap" rel="stylesheet">
<title>IAP - DEV</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>