UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

16 lines 403 B
<!DOCTYPE html> <html> <head> <script src="../../../../xmlplus.js"></script> <script src="index.js"></script> </head> <body> <h1>hello, world</h1> <i:Calendar xmlns:i='//xp'>custom</i:Calendar> <script> xp.ready(function () { console.log("DOM is ready.") }); </script> </body> </html>