Skip to content

Commit

Permalink
changed favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
dev1abhi committed Mar 30, 2024
1 parent c4cd481 commit d6ebc0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>

<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

<title>Bingeflix</title>

Expand Down
2 changes: 1 addition & 1 deletion movie_details/movie_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<center>
<div id="videoPlayer" style="background-color: rgb(3, 16, 27);color: black; ">
<center>
<iframe id="movieIframe" src="" width="80%" style="margin-bottom: -5px;" frameborder="0" allowfullscreen class="shimmer-bg" ></iframe>
<iframe id="movieIframe" src="" width="80%" style="margin-bottom: -5px;" frameborder="0" allowfullscreen class="shimmer-bg" ></iframe>
</center>
</div>

Expand Down

0 comments on commit d6ebc0c

Please sign in to comment.