A Pen by Chuks Festus on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<title>Todo app</title> | |
<meta charset="UTF-8"> | |
<meta name="description" content="todo list in vanilla js"> | |
<meta name="keywords" content="todo list, vanillajs, chuksFestus, chuks festus"> | |
<meta name="author" content="Chuks festus"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> |
A Pen by Chuks Festus on CodePen.