-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (24 loc) · 923 Bytes
/
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
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Drag and drop creative coding 2 Web</title>
<link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
<link rel="stylesheet" href="https://newcss.net/theme/night.css">
<style>
a {
color: white;
}
</style>
</head>
<body>
<h1>Exercices du cours Creative coding 2 Web<br><br> Interactions basées sur le principe du drag and drop</h1>
<br>
<ul>
<li><a href="start.html" target="_blank">Démarrage</a></li>
<li><a href="exemple01.html" target="_blank">Exemple 01</a></li>
</ul>
</body>
</html>