Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Digital_clock_using_JavaScript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<h1 id="heading">Digital Clock</h1>
<div class="clock-box">
<div class="dateDay">
<h3 id="date">hello</h3>
<h3 id="date">Hello</h3>
<h3 id="day"></h3>
</div>
<p id="time">20:00:00</p>
</div>
<h3>Check Out my Potfolio for more amazing projects: <a href="https://harshilsharma.tech">HarshilSharma</a></h3>
<h3>Check Out my Portfolio for more amazing projects: <a href="https://harshilsharma.tech">HarshilSharma</a></h3>
</div>
<script src="script.js"></script>
</body>
</html>
</html>