Skip to content

Commit

Permalink
Add favicon png
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyreiff committed Sep 17, 2023
1 parent 7d590e6 commit a1bbd4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added daisy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Include Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&family=EB+Garamond&display=swap" rel="stylesheet">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🌼</text></svg>">
<link rel="icon" href="daisy.png" type="image/png">
<!-- Custom CSS -->
<style>
* { box-sizing: border-box; }
Expand Down Expand Up @@ -110,6 +110,11 @@
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

ul li {
margin-bottom: 10px;
}

</style>
<!-- Include Font Awesome icons -->
<script src="https://kit.fontawesome.com/982e2175e7.js" crossorigin="anonymous"></script>
Expand Down

0 comments on commit a1bbd4d

Please sign in to comment.