Skip to content

Commit

Permalink
corrigido o html
Browse files Browse the repository at this point in the history
  • Loading branch information
KaduMenezes committed Mar 6, 2024
1 parent 85e87fc commit d3d92d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ <h2>Seção 3</h2>
</script>

<!-- Link para o Bootstrap JS via CDN (opcional, se necessário utilizar componentes JavaScript do Bootstrap) -->
<!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> -->
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>

0 comments on commit d3d92d5

Please sign in to comment.