Skip to content

Commit

Permalink
Update image asset paths in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
c3k4ah committed Apr 24, 2024
1 parent fc391fb commit d3e1c8e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta name="description" content="Dominick's portfolio">
<meta name="keywords" content="Dominick, grégoire, randriamanantena, portfolio, flutter, web, mobile, app, developer, madagascar, tananarive">
<meta name="author" content="Dominick Randriamanantena Grégroire">



<!-- iOS meta tags & icons -->
Expand All @@ -31,7 +31,10 @@
<link rel="apple-touch-icon" href="icons/cekah.png">

<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="icon" type="image/png" href="icons/cekah.png"/>




<title>dominick</title>
<link rel="manifest" href="manifest.json">
Expand All @@ -42,7 +45,7 @@
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
<script src="zoom.js" defer></script>

</head>
<body>
<script>
Expand Down

0 comments on commit d3e1c8e

Please sign in to comment.