UNPKG

dojo

Version:

Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.

11 lines (10 loc) 287 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>modules IDs</title> <script type="text/javascript" data-dojo-config="async: 1" src="../../../../dojo.js"></script> </head> <body> <h1>modules IDs</h1> </body> </html>