CS224W Course Notes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
268 B

  1. <!--- Header and nav template site-wide -->
  2. <header>
  3. <nav class="group">
  4. <a href="{{ site.baseurl }}/">Contents</a>
  5. <a href="http://cs224w.stanford.edu/">Class</a>
  6. <a href="https://github.com/snap-stanford/cs224w-notes">GitHub</a>
  7. </nav>
  8. </header>