Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Eaielectronic authored Nov 7, 2024
1 parent b8f93a9 commit 9a5ee08
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Cours/JSON/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,23 +241,6 @@ <h3>4.3 En Python</h3>
</section>
<section>
<!-- Sidebar -->
<div class="sidebar" id="sidebar">
<script>
function toggleSidebar() {
const sidebar = document.getElementById('sidebar');
const content = document.getElementById('main-content');
sidebar.classList.toggle('active');
content.classList.toggle('shifted');
}
</script>
<button class="toggle-btn" onclick="toggleSidebar()">☰ Menu</button>
<h2>Lignes de code</h2>
<a href="#ajout-modification">1. Ajout et modification</a>
<a href="#suppression">2. Suppression de clés</a>
<a href="#recherche">3. Recherche de clés et valeurs</a>
<a href="#parcours">4. Parcours des clés et valeurs</a>
<a href="#conversion">5. Conversion JSON et String</a>
</div>
<div class="container">
<h1>Manipulation de JSON en JavaScript et Python</h1>

Expand Down

0 comments on commit 9a5ee08

Please sign in to comment.