-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (24 loc) · 1.51 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
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preload" href="./assets/dist/fonts/WOFF2/TTF/SourceSans3-Regular.ttf.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="./assets/dist/fonts/WOFF2/TTF/SourceSans3-Bold.ttf.woff2" as="font" type="font/woff2" crossorigin>
<link rel="apple-touch-icon" href="./assets/dist/favicon/apple-touch-icon.png" sizes="180x180" />
<link rel="icon" href="./assets/dist/favicon/favicon.ico" sizes="any">
<link rel="icon" href="./assets/dist/favicon/favicon.svg" type="image/svg+xml">
<link rel="manifest" href="./assets/dist/favicon/site.webmanifest" />
<title>Normes web</title>
<meta name="description" content="Normes web pour les sites de l'Université Laval" />
</head>
<body>
<ul>
<li><a href="./university.html">Normes web pour le site institutionnel ulaval.ca - <strong>ulaval.ca</strong></a></li>
<li><a href="./unit--no-submenu.html">Normes web pour les sites des unités - <strong>unite.ulaval.ca</strong></a></li>
<li><a href="./unit--with-submenu.html">Normes web pour les sites des sous-unités en répertoire - <strong>unite.ulaval.ca/sous-unite</strong></a></li>
<li><a href="./subunit.html">Normes web pour les sites des sous-unités en sous-domaine - <strong>sous-unite.unite.ulaval.ca</strong></a></li>
</ul>
</body>
</html>