-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="fr">
<head>
<link rel="icon" href="icon.png" type="image/x-icon">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Boot projets GitHub Wedone</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="category">
<h2>Wedone Web Apps</h2>
<button class="web-app" onclick="window.location.href='https://wedoneofficiel.github.io/Wedone-Web-Apps/Wedone-To-Do-List/'">Wedone To Do List</button>
<button class="web-app" onclick="window.location.href='https://wedoneofficiel.github.io/Wedone-Web-Apps/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>