backbone-view-switcher
Version:
A Backbone View Switcher
17 lines • 327 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Backbone View Switcher</title>
<script src="bundle.js"></script>
</head>
<body>
<nav>
<a href="/">Pie</a>
<a href="/#/ice-cream">Ice Cream</a>
</nav>
<div id="main">
If you see this, the module is not working
</div>
</body>
</html>