Skip to content

Commit dfa94b9

Browse files
Update index.html
1 parent 0813d7f commit dfa94b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project-10-digital-clock/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Digital Clock</title>
7+
<link rel="stylesheet" href="style.css">
78
</head>
89
<body>
910
<h2>Digital Clock</h2>
@@ -24,5 +25,6 @@ <h2>Digital Clock</h2>
2425
<span id="am-pm">AM</span>
2526
</div>
2627
</div>
28+
<script src="main.js"></script>
2729
</body>
28-
</html>
30+
</html>

0 commit comments

Comments
 (0)