UNPKG

wigjs

Version:

Minimalistic, scalable, extensible, dependency-less Front-end factory for HTML5 applications

25 lines (22 loc) 609 B
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>List - Wig.js example</title> <style> .checked { text-decoration: line-through; color: #444444; } </style> <script src="../../wig.js"></script> <script src="js/App.js"></script> <script src="js/Button.js"></script> <script src="js/Item.js"></script> <script src="js/List.js"></script> <script src="js/main.js"></script> </head> <body> <div id="list-app"></div> </body> </html>