UNPKG

time-events-manager

Version:

View and Manage Javascript's timeout and interval collections

12 lines (11 loc) 231 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Time Events Manager Demo</title> </head> <body> <script src="../dist/main.min.js"></script> <script src="./demo.js"></script> </body> </html>