2024-06-04 18:46:11 +02:00
2024-06-04 18:44:06 +02:00
2024-06-04 18:43:31 +02:00
2024-06-04 18:34:23 +02:00
2024-06-04 18:45:23 +02:00
2024-06-04 18:46:11 +02:00

a11y for everyone!

Easily add Accessibility Features to any HTML Homepage

Just do the following in your web root: git clone https://github.com/td00/a11y and add the following 2 lines to any webpage you wanna have this feature:

<link rel="stylesheet" href="/a11y/a11y.css" />
<script src="/a11y/a11y.js"></script>

If you don't want to selfhost it you can add these lines:

<link rel="stylesheet" href="https://a11y.tservic.es/a11y.css" />
<script src="https://a11y.tservic.es/a11y.js"></script>

Font by: OpenDyslexic / https://github.com/antijingoist/opendyslexic

Feel free to send Pull Requests to improve or ask for features <3

See in action: https://thiesmueller.de

Description
Easily add Accessibility Features to any HTML Homepage
https://a11y.tservic.es
Readme 141 KiB
Languages
JavaScript 77.5%
CSS 22.5%