Advertisement
developerjustin

Untitled

Apr 14th, 2014
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.28 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2.  
  3. <html>
  4. <head>
  5.     <title></title>
  6. </head>
  7.  
  8. <body>
  9.     <ul>
  10.         <li>
  11.             <a href="spectator-information.html"><strong>Plan a Visit</strong></a>
  12.  
  13.             <ul class="drop">
  14.                 <li><a href="west-virginia.html">West Virginia</a></li>
  15.  
  16.                 <li><a href="new-river-gorge.html">The New River Gorge</a></li>
  17.  
  18.                 <li><a href="activities.html">Activities</a></li>
  19.  
  20.                 <li>&nbsp;</li>
  21.             </ul>
  22.         </li><!-- DEBUG: 1 / 2 / 4 -->
  23.  
  24.         <li>
  25.             <a href="events.html"><strong>The Event</strong></a>
  26.  
  27.             <ul class="drop">
  28.                 <li><a href="about-bridge-day.html">About Bridge Day</a></li>
  29.  
  30.                 <li><a href="bridge-day-history-facts.html">Bridge Day History &amp; Facts</a></li>
  31.  
  32.                 <li><a href="down-under-tours.html">Down Under Tours</a></li>
  33.  
  34.                 <li><a href="parking.html">Directions and Shuttles</a></li>
  35.  
  36.                 <li><a href="into-the-gorge-shuttles.html">Into the Gorge Shuttles</a></li>
  37.  
  38.                 <li><a href="lodging.html">Lodging</a></li>
  39.  
  40.                 <li><a href="taste-of-bridge-day.html">WOAY Taste of Bridge Day</a></li>
  41.  
  42.                 <li><a href="bridge-day-weather.html">Current Weather</a></li>
  43.  
  44.                 <li><a href="tandem-base-jump-contest.html">Tandem BASE Jump Contest</a></li>
  45.  
  46.                 <li><a href="2013-poster-contest.html">2014 Poster Contest</a></li>
  47.  
  48.                 <li><a href="live-feed.html">Live Feed</a></li>
  49.  
  50.                 <li>&nbsp;</li>
  51.             </ul>
  52.         </li><!-- DEBUG: 1 / 2 / 16 -->
  53.  
  54.         <li><a href="new-river-gorge.html"><strong>The New River Gorge</strong></a></li>
  55.  
  56.         <li>
  57.             <a href="the-people-of-bridge-day.html"><strong>The People</strong></a>
  58.  
  59.             <ul class="drop">
  60.                 <li><a href="bridge-day-rappel.html">Rappel &amp; High Line</a></li>
  61.  
  62.                 <li><a href="base-jumping.html">BASE Jumping</a></li>
  63.  
  64.                 <li><a href="bridge-day-sponsors.html">Sponsors</a></li>
  65.  
  66.                 <li><a href="food-vendors.html">Food Vendors</a></li>
  67.  
  68.                 <li><a href="retail-vendors.html">Retail Vendors</a></li>
  69.  
  70.                 <li>&nbsp;</li>
  71.             </ul>
  72.         </li>
  73.     </ul>
  74. </body>
  75. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement