UNPKG

hg-sid

Version:

a front-end simple framework with mvc

15 lines 290 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>router</title> </head> <body> <div id="app"> <a onclick="jump('/')">home</a> <a onclick="jump('/foo')">foo</a> <a onclick="jump('/bar')">bar</a> <div id="router-view"></div> </div> </body> </html>