-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 930 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
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Démonstrations en accessibilité - Stratis</title>
<link rel="icon" type="image/gif" href="favicon.ico"/>
<link rel="stylesheet" href="css/github.css">
<link rel="stylesheet" href="css/screen.css">
</head>
<body>
<header role="banner">
<h1>Démonstrations en accessibilité</h1>
<nav class="menu" role="navigation" aria-label="navigation principale" id="main-menu">
<ul>
<li><a href="demo-start.html">Bases d'une synthèse vocale</a></li>
<li><a href="demo-sr.html">Restitution par les aides techniques</a></li>
<li><a href="demo-code.html">Exemples de codes</a></li>
</ul>
</nav>
</header>
<script src="js/app.js"></script>
</body>
</html>