Skip to content

Commit

Permalink
code fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninja-Vikash committed Feb 5, 2024
1 parent 0c74cb8 commit 968f46e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<title>mydigitalclock</title>
<link rel="stylesheet" href="style.css">

<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.1.0/fonts/remixicon.css"
rel="stylesheet"
/>
<!-- ========== ICON =========== -->
<link rel="shortcut icon" href="favicon.io.ico" type="image/x-icon">
</head>
Expand All @@ -21,7 +25,7 @@ <h2 id="desc">
</h2>
</div>

<!-- ============ Available Theme ============= -->
<!-- ============ Available Themes ============= -->
<div class="switch">
<div class="icon" id="home"></div>
<div class="icon" id="fog"></div>
Expand Down

0 comments on commit 968f46e

Please sign in to comment.