Last active
August 29, 2015 14:01
-
-
Save tommymarshall/c6c4aef1f6ddac7fa6a4 to your computer and use it in GitHub Desktop.
Revisions
-
Tommy Marshall revised this gist
May 13, 2014 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ <header> <nav> <ul> -
Tommy Marshall created this gist
May 13, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,40 @@ <header> <nav> <ul> <li> <div> <h3>Heading</h3> <ul> <li><a href="#">Some link</a></li> <li><a href="#">Some link</a></li> <li><a href="#">Some link</a></li> <li><a href="#">Some link</a></li> </ul> </div> </li> <li> <div> <h3>Another Heading</h3> <ul> <li><a href="#">Some link</a></li> <li><a href="#">Some link</a></li> <li><a href="#">Some link</a></li> <li><a href="#">Some link</a></li> </ul> </div> </li> <li> <div> <h3>And Another</h3> <ul> <li><a href="#">Some link</a></li> <li><a href="#">Some link</a></li> <li><a href="#">Some link</a></li> <li><a href="#">Some link</a></li> </ul> </div> </li> </ul> </nav> </header>