UNPKG

hy-push-state

Version:

Turn static web sites into dynamic web apps

21 lines (20 loc) 620 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Page 3 | hy-push-state</title> <script src="https://unpkg.com/@webcomponents/webcomponentsjs@1.1.0"></script> <link rel="import" href="https://unpkg.com/hy-push-state/dist/webcomponent/hy-push-state.html"> <!-- <link rel="import" href="../../dist/webcomponent/hy-push-state.dev.html"> --> </head> <body> <hy-push-state prefetch> <p> <a href="./1.html">Page 1</a> <a href="./2.html">Page 2</a> <span>Page 3</span> </p> <p>Sit amet nisl</p> </hy-push-state> </body> </html>