Skip to content

Instantly share code, notes, and snippets.

@mariohernandez
Created June 3, 2019 14:54
Show Gist options
  • Select an option

  • Save mariohernandez/6fa8ccd07ca85bdf923c15777aab66ee to your computer and use it in GitHub Desktop.

Select an option

Save mariohernandez/6fa8ccd07ca85bdf923c15777aab66ee to your computer and use it in GitHub Desktop.
<ul>
<li>
<a href="#">Top level link</a>
</li>
<li>
<a href="#">Top level link</a>
<ul>
<li>
<a href="#">First submenu link</a>
<ul>
<li>
<a href="#">Second submenu link</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment