-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.22 KB
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 1.22 KB
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" />
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/JuanJFarina/threejs-portfolio/main/src/assets/logo-64.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Three.js Portfolio made by Juan José Farina" />
<meta name="keywords" content="portfolio, web developer, software developer, frontend, backend, fullstack, javascript, typescript, react, angular, next, node, nest, php, mysql, mongodb, java, python, fastapi" />
<meta name="author" content="Juan José Farina" />
<meta property="og:title" content="Juan José Farina's Portfolio" />
<meta property="og:description" content="Three.js Portfolio made by Juan José Farina" />
<meta property="og:image" content="https://raw.githubusercontent.com/JuanJFarina/threejs-portfolio/main/src/assets/preview.jpeg" />
<meta property="og:url" content="http://threejs-portfolio-bay.vercel.app/" />
<meta property="og:type" content="website" />
<title>Juan José Farina's Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>