-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (22 loc) · 1020 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>a11y.js</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description"
content="a11y.js is a web accessibility engine in javascript containing forks of runners like axecore with major performance and bug fixes.">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="refresh" content="0; URL=https://a11ywatch.github.io/kayle/">
<link rel="canonical" href="https://a11ywatch.github.io/kayle/">
</head>
<body>
<div id="app">
<h1>A11y.js</h1>
<p>Redirecting to Kayle</p>
<h2>Repo name was changed to kayle</h2>
<p>For more information check out the repo at <a href="https://a11ywatch.github.io/kayle">https://a11ywatch.github.io/kayle</a></p>
</div>
</body>
</html>