Skip to content

Commit

Permalink
Error Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbrizAlberto committed Apr 8, 2024
1 parent a7f9513 commit 67fb475
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,6 @@ export default function Portafolio() {
}

return (
<html>

<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Proyectos e información de un ingeniero en software especializado"/>
<title>Portafolio - Alberto Ambriz</title>
<link rel="icon" href="/1mb.jpeg"/>
</head>

<body>

<div className='main'>

Expand Down Expand Up @@ -281,11 +270,6 @@ export default function Portafolio() {
<script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
<script src='script/scrollreveal.js'></script>
</div>

</body>

</html>


)
}

0 comments on commit 67fb475

Please sign in to comment.