Skip to content

Commit

Permalink
fix: icon nas paginas contato e main
Browse files Browse the repository at this point in the history
  • Loading branch information
EduLeal committed Jun 10, 2024
1 parent 6f78a41 commit 81476c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added assets/icon-sem-efeito.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./global.css" />
<link rel="icon" type="image/x-icon" href="../../assets/icon-sem-efeito.png">

<script src="/scripts/loaders/header.js" type="module" ></script>
<script src="/scripts/loaders/footer.js" type="module" ></script>
Expand Down
1 change: 1 addition & 0 deletions pages/contato/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="../../global.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="icon" type="image/x-icon" href="../../assets/icon-sem-efeito.png">

<script src="/scripts/loaders/header.js" type="module"></script>
<script src="/scripts/loaders/footer.js" type="module"></script>
Expand Down

0 comments on commit 81476c1

Please sign in to comment.