-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (23 loc) · 979 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/img/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Anthony Rosman. Current front-end developer freelance from living in Bogotá-Colombia. I spend my time on personal projects and learning more about Front-end and how to improve my skills. I am passionate about building accessible, user-friendly websites and web applications take a look and hope you like it!"
/>
<meta name="theme-color" content="#f8f8f8" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/D3press3dd/portfolio-react/main/public/home-page.png"
/>
<title>Portfolio | Anthony Rosman</title>
</head>
<body>
<div id="root"></div>
<div id="outdated"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>