Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added the Favicon
  • Loading branch information
Apache-ghost authored Oct 16, 2024
1 parent f30fc00 commit e72eaf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tech Materials Library</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/github.svg" type="image/svg+xml">


</head>
<body>
<div class="container">
Expand Down Expand Up @@ -46,4 +49,4 @@ <h2>Available Materials</h2>

<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit e72eaf9

Please sign in to comment.