Skip to content

Commit

Permalink
Add icon for the webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiasgh committed Oct 21, 2024
1 parent 03cb9b7 commit b386726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added assets/icons/icon.webp
Binary file not shown.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">

<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="icon" href="./assets/icons/icon.webp" type="image/webp">
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>

<title>Joel Guamaní - CV</title>
Expand Down Expand Up @@ -368,7 +369,7 @@ <h2>Contacto</h2>
.openPopup();
</script>
<script src="./js/theme-switcher.js"></script>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="https://code.jquery.com/jquery-latest.js"></script>
<script src="./js/toggle-menu.js"></script>
</body>

Expand Down

0 comments on commit b386726

Please sign in to comment.