UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

12 lines (11 loc) 143 B
<!doctype html> <html> <head> <title>Hello</title> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> Hi </body> </html>