Skip to content

Commit

Permalink
The dev profile header now redirects to the same website
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhSinghRajora authored Oct 7, 2024
1 parent 5b0e63d commit 7c4d1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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><a href="#">Dev Profiles</a></title>
<title>Dev Profiles</title>
<link rel="shortcut icon" href="https://oyepriyansh.pages.dev/i/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
Expand All @@ -19,7 +19,7 @@

<body>
<header>
<p class="title">Dev Profiles</p>
<p class="title"><a href="#">Dev Profiles</a></p>
<button class="dark-btn"><img id="icon" src="Moon.png" alt="Dark"></img></button>
</header>

Expand Down

0 comments on commit 7c4d1b0

Please sign in to comment.