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 27444ff commit e2be069
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Wedone To Do List/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ <h1>Wedone To Do List</h1>
</ul>
<div class="export-import-container">
<button id="export">Exporter</button>
<label for="import-file"><button>Importer</button></label>
<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>
</div>
<!-- Ajouté pour utiliser les icônes Font Awesome -->
<script src="https://kit.fontawesome.com/9f4c9b8a0c.js" crossorigin="anonymous"></script>
<script src=script.js></script>
<script src="script.js"></script>
</body>
</html>

0 comments on commit e2be069

Please sign in to comment.