-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (27 loc) · 976 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<title>Talks example code</title>
<link href="https://fonts.googleapis.com/css?family=Arvo%7CIBM+Plex+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../demos/stylesheet.css" type="text/css" media="all">
<meta name="robots" content="noindex,nofollow">
</head>
<body>
<header>
<h1>Talks example code</h1>
</header>
<main>
<ul>
<li><a href="wcnl23/index.html">Workshop European Accessibility Act, WCNL '23</a></li>
<li><a href="wpa11yday22/index.html">Forms and beyond (WPA11yDay 2022)</a></li>
<li><a href="cards/index.html">Accessible Cards</a></li>
<li><a href="aria-in-forms/index.html">ARIA in forms</a></li>
<li><a href="wpnl/index.html" hreflang="nl">Workshop WPNL Live (Dutch)</a></li>
</ul>
</main>
<footer>
<p><a href="https://a11y-collective.com/">The A11Y collective.</a></p>
</footer>
</body>
</html>