UNPKG

zephjs-router

Version:

A simple router element for targeting portions of your webpage at specific content based on the URL.

15 lines (12 loc) 280 B
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>zephjs-router</title> <!-- Loads the zephjs-router component. --> <script src="zephjs-router.js" type="module"></script> </head> <body> <zephjs-router></zephjs-router> </body> </html>