- Mudança do portifolio para React
This commit is contained in:
2025-07-03 15:15:36 -03:00
parent 50e2452caf
commit aa22bd6955
39 changed files with 3388 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/ico" href="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Porfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>