Skip to content

Commit

Permalink
Remove unnecessary link tag in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
eperezme committed Mar 26, 2024
1 parent 2c823d4 commit cb92c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<link rel="me" href="https://social.eperezme.com/@eperezme">Mastodon</link>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/Icons/dna.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eduard Portfolio</title>
</head>
<body>
<link rel="me" href="https://social.eperezme.com/@eperezme"></link>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
Expand Down

0 comments on commit cb92c88

Please sign in to comment.