UNPKG

lightview

Version:

Small, simple, powerful web UI and micro front end creation ... Great ideas from Svelte, React, Vue and Riot combined.

11 lines 290 B
<!DOCTYPE html> <html> <head> <title>Anchors</title> <script src="../../lightview.js?as=x-body"></script> </head> <body> <p><a href="counter.html" target="#mytarget" crossorigin="use-credentials">Show Counter</a></p> <div id="mytarget">To Be Replaced</div> </body> </html>