aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/partials/nav.ejs
blob: ab2626bb5ce647f09fdbb74e7df4662cb7c3f6dd (plain) (blame)
1
2
3
4
5
6
7
<nav>
  <ul class="navbar">
    <li><a href="/">Home</a></li>
    <li><a href="/about">About the Inverted Pendulum</a></li>
    <li><a href="https://github.com/RosstheRoss/4951w-pendulum">GitHub Repo</a></li>
  </ul>
</nav>