UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

12 lines (11 loc) 185 B
<!doctype html> <html> <head> <title>Frame with axe-core</title> <meta charset="utf8"> <script src="/axe.js"></script> </head> <body> <h1>Frame with axe-core</h1> </body> </html>