Skip to content

Commit

Permalink
correcão estrutura arquivos
Browse files Browse the repository at this point in the history
  • Loading branch information
WalaceLuisSousa committed Sep 19, 2024
1 parent 50af528 commit 27e2986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aplicativo de Tarefas</title>
<link rel="stylesheet" href="/Frontend/style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Aplicativo de Tarefas</h1>
Expand Down Expand Up @@ -44,6 +44,6 @@ <h1>Aplicativo de Tarefas</h1>
<button id="delete-selected" class="action-btn">Excluir Selecionado</button>
</div>

<script src="/Frontend/script.js"></script>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 27e2986

Please sign in to comment.