zephjs-router
Version:
A simple router element for targeting portions of your webpage at specific content based on the URL.
18 lines (17 loc) • 404 B
HTML
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>zephjs-router</title>
<style>
body {
font-size: 24px;
}
</style>
</head>
<body>
<h2>Select a test to view:</h2>
<div><a href="/examples/BasicHash/index.html">Basic Hash Router Example</a></div>
<div><a href="/examples/LazyLoading/index.html">Lazy Loading Router Example</a></div>
</body>
</html>