Skip to content

Commit

Permalink
Update app.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WedoneOfficiel authored May 6, 2024
1 parent e2be069 commit 7bbbfd7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Wedone To Do List/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ <h1>Wedone To Do List</h1>
<ul id="task-list">
<!-- Les tâches seront ajoutées ici -->
</ul>
<div class="export-import-container">
<button id="export">Exporter</button>
<button id="import">Importer</button>
<label for="import-file"><button style="display: none;"></button></label>
<input type="file" id="import-file" accept=".json">
</div>
<div class="export-import-container">
<button id="export">Exporter</button>
<button id="import">Importer</button>
<label for="import-file"><button style="display: none !important;"></button></label>
<input type="file" id="import-file" accept=".json" style="display: block;">
</div>
</div>
<!-- Ajouté pour utiliser les icônes Font Awesome -->
<script src="https://kit.fontawesome.com/9f4c9b8a0c.js" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 7bbbfd7

Please sign in to comment.