routebar
Version:
A visual component for navigating between panel cells containing user content.
18 lines (16 loc) • 499 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>rb example</title>
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
<script src="../dist/rb.js"></script>
<link rel="stylesheet" href="../dist/rb.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<script src="main3.js"></script>
</body>
</html>