practice-time-shopping-list.../index.html

15 lines
372 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shopping List</title>
<link rel="stylesheet" href="./styles/style.css">
</head>
<body>
2022-11-12 18:04:04 +00:00
2022-11-08 14:06:38 +00:00
<script src="scripts/app.js"></script>
</body>
</html>