-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (23 loc) · 980 Bytes
/
index.html
File metadata and controls
30 lines (23 loc) · 980 Bytes
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
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!--Let browser know website is optimized for mobile-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body style="padding : 2rem">
<h1>Page d'accueil du repo Exercices-exo7</h1>
<p>Pour l'instant, peu de ressources :
<ul>
<li><a href="outils/planche.html">planche.html</a> : une outil web pour créer une planche d'exercices, avec ou
sans corrections, et l'exporter au format pdf.</li>
<li><a href="outils/planche_preview.html">planche_preview.html</a> : une version de planche permettant à
l'utilisateur de prévisualiser sa feuille s'exercice.</li>
</ul>
</p>
</body>
</html>