Skip to content

Commit

Permalink
Merge pull request #12 from aditya-bhaumik/update
Browse files Browse the repository at this point in the history
Added Favicon as per issue #4
  • Loading branch information
sk66641 authored May 27, 2024
2 parents a27ab6b + c041ac8 commit def5704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Random Disco Light Simulator</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>

<body>
Expand Down Expand Up @@ -51,4 +52,4 @@ <h1>Random Disco Light Simulator</h1>

</body>

</html>
</html>

0 comments on commit def5704

Please sign in to comment.