UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

9 lines (8 loc) 253 B
<!DOCTYPE html> <html> <head> <title>sample.html</title> <script type="text/javascript" src="../require.js"></script> </head> <body class="foo" onload="alert('hello')"><div data-type="subwidget"><h1>This is a subwidget</h1></div></body> </html>