Spaces:
No application file
No application file
<html lang="pt-Br"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>To Do List | jsMaulin</title> | |
<link rel="stylesheet" href="style.css"> | |
<link rel="shortcut icon" href="img/iconfavs2.ico" type="image/x-icon"> | |
</head> | |
<body> | |
</div> | |
<div class="container"> | |
<h1 class="title">TO DO LIST</h1> | |
<div class="new-task-container"> | |
<input | |
type="text" | |
class="new-task-input" | |
placeholder="Adicione uma tarefa π" | |
/> | |
<button class="new-task-button">Adicionar</button> | |
</div> | |
<div class="tasks-container"></div> | |
</div> | |
<script src="https://kit.fontawesome.com/f04b321fc3.js" crossorigin="anonymous"></script> | |
<script src="./script.js"></script> | |
</body> | |
</html> |