davvalent commited on 2022-05-11 20:12:58
Showing 1 changed files, with 12 additions and 1 deletions.
| ... | ... |
@@ -1 +1,12 @@ |
| 1 |
-Pas de matchs à l'horaire aujourd'hui. |
|
| 2 | 1 |
\ No newline at end of file |
| 2 |
+<!DOCTYPE html> |
|
| 3 |
+<html xmlns="http://www.w3.org/1999/xhtml" lang="fr-CA"> |
|
| 4 |
+<head> |
|
| 5 |
+ <meta charset="utf-8"/> |
|
| 6 |
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
|
| 7 |
+ <title>Horaire et pointage</title> |
|
| 8 |
+ <link rel="stylesheet" href="normalize.css"/> |
|
| 9 |
+</head> |
|
| 10 |
+<body> |
|
| 11 |
+<p>Pas de matchs à l'horaire aujourd'hui.</p> |
|
| 12 |
+</body> |
|
| 13 |
+</html> |
|
| 3 | 14 |
\ No newline at end of file |
| 4 | 15 |