Skip to content

Commit add52e7

Browse files
Update index.html
1 parent ec57508 commit add52e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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>Task Manager</title>
7+
<link rel="icon" href="favicon.icon.png" type="image/png">
78
<link rel="stylesheet" href="style.css">
89
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
910
</head>
@@ -29,4 +30,5 @@ <h3 class="expired-title">Expired Zone (Older than 24h)</h3>
2930
</div>
3031
<script src="script.js"></script>
3132
</body>
32-
</html>
33+
34+
</html>

0 commit comments

Comments
 (0)