UNPKG

gruujs-router

Version:

Routing utility library for Gruu

13 lines 288 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Playground</title> <script src="/node_modules/gruujs/src/index.js"></script> <script src="/src/index.js"></script> </head> <body> <div id="root"></div> <script src="/playground.js"></script> </body> </html>