Skip to content

Commit

Permalink
sss
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightshayan authored Apr 13, 2024
1 parent 80131b3 commit e6d7b7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@
<body>

<ul>
<li><a class="active" href="Talk">Talk</a></li>
<li><a href="About">About</a></li>
<li><a href="tos">TOS</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="privacy.html">Privacy</a></li>
</ul>
</head>
Expand Down
2 changes: 1 addition & 1 deletion privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<body>

<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="privacy.html">Privacy</a></li>
</ul>
Expand Down

0 comments on commit e6d7b7c

Please sign in to comment.