-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo-accesshub.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="O AccessHub é o guia definitivo para desenvolvedores web que desejam criar páginas acessíveis. Encontre padrões, materiais de suporte e exemplos de implementações que irão auxiliar você no processo de programação de funcionalidades de acessibilidade. Construa páginas web inclusivas e torne a web um lugar acessível para todos." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link crossorigin rel="preconnect" href="https://fonts.gstatic.com" />
<link as="style" rel="preload" onload="this.onload=null;this.rel='stylesheet'" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" />
<title>AccessHub - Guia sobre funcionalidades de acessibilidade para desenvolvedores Web.</title>
<style type="text/css"> * { margin: 0; padding: 0; font-family: 'Inter', sans-serif; } </style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>