Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WedoneOfficiel authored May 8, 2024
1 parent 416a1e0 commit dd2c036
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<button onclick="window.location.href='Windows-8.1-pour-le-web-main'">Windows 8.1 pour le Web</button>
<button onclick="window.location.href='Windows-10-pour-le-web'">Windows 10 pour le Web <br> (projet abandonné)</button>
<button onclick="window.location.href='Wedone%20To%20Do%20List'">Wedone To Do List</button>
<button onclick="window.location.href='BookTime'">BookTime</button>
<button onclick="window.location.href='Wedone-QR-Code'">Wedone QR Code</button>
<div class="category">
<h2>Wedone Web Apps</h2>
<button class="web-app" onclick="window.location.href='Wedone%20To%20Do%20List'">Wedone To Do List</button>
<button class="web-app" onclick="window.location.href='Wedone-QR-Code'">Wedone QR Code</button>
</div>
<div class="category">
<h2>Autres Projets</h2>
<button onclick="window.location.href='Windows-8.1-pour-le-web-main'">Windows 8.1 pour le Web</button>
<button onclick="window.location.href='BookTime'">BookTime</button>
</div>
</body>
</html>

0 comments on commit dd2c036

Please sign in to comment.