-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·39 lines (38 loc) · 1.41 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
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Startseite</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Inhaltsübersicht</h1>
<ul>
<li>
<a href="accessible-examples/index.html">Zugängliche Beispiele</a>
<ul>
<li><a href="/accessible-examples/a11y-details-summary.html">Details und Summary</a></li>
<li><a href="/accessible-examples/a11y-form.html">Formular</a></li>
<li><a href="/accessible-examples/a11y-grundgeruest.html">Grundgerüst</a></li>
<li><a href="/accessible-examples/a11y-links-with-target.html">Link mit Target</a></li>
<li><a href="/accessible-examples/a11y-navigation.html">Navigation</a></li>
<li><a href="/accessible-examples/a11y-responsive-font-sizes.html">Responsive Schriftgrößen</a></li>
<li><a href="/accessible-examples/a11y-table.html">Tabelle</a></li>
</ul>
</li>
<li>
<a href="inaccessible-examples/index.html">Unzugängliche Beispiele</a>
<ul>
<li><a href="/inaccessible-examples/form.html">Unzugängliches Formular</a></li>
<li><a href="/inaccessible-examples/tabelle.html">Unzugängliche Tabelle</a></li>
</ul>
</li>
<li>
<a href="/test-cases/index.html">Übersicht über Testfälle</a>
<ul>
<li><a href="/test-cases/native-lazy-loading.html">Natives "lazy loading (seit Chrome 75)</a></li>
</ul>
</li>
</ul>
</body>
</html>