Skip to content

Commit

Permalink
Update Website Title
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasPrabhu26 authored Nov 4, 2023
1 parent b125121 commit 0da0e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Infinite Scroll</title>
<title>InfinityView</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
Expand All @@ -13,7 +13,7 @@

<body>
<header>
<h1>INFINITE SCROLL</h1>
<h1>Infinity View</h1>
<div class="twitter-button-container">
<a href="https://twitter.com/ShreyasPrabhu26?ref_src=twsrc%5Etfw" class="twitter-follow-button"
data-show-count="true">Follow ShreyasPrabhu26</a>
Expand All @@ -31,4 +31,4 @@ <h1>INFINITE SCROLL</h1>
</div>
</body>

</html>
</html>

0 comments on commit 0da0e08

Please sign in to comment.