Guest User

eisenbahnfans.ch Checkbox Hack

a guest
Nov 26th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.60 KB | None | 0 0
  1. <div id="checkbox">
  2. <div class="checkbox">
  3.      <input type="checkbox" id="name">
  4.      <label for="name">Navigation</label>
  5.      <h4><a href="index.htm">Home</a></h4>
  6.      <h4><a href="isae-blitz.htm">IS&Auml; Blitz</a></h4>
  7.      <h4><a href="clubs.htm">Eisenbahnclubs</a></h4>
  8.      <h4><a href="bahnlinks.htm">Bahnlinks</a></h4>
  9.      <h4><a href="news.htm">Bahnnews</a></h4>
  10.      <h4><a href="extras.htm">Extras</a></h4>
  11.      <h4><a href="wissen.htm">Bahnwissen</a></h4>
  12.      <h4><a href="spezials.htm">Bahnspezials</a></h4>
  13.      <h4><a href="images/index.htm">Home Bilder</a></h4>
  14. </div>
  15. </div>
Add Comment
Please, Sign In to add comment