Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.68 KB | None | 0 0
  1. <div class="panel panel-default">
  2.                 <div class="panel-heading" role="tab" id="headingSix">
  3.                     <h4 class="panel-title">
  4.                         <a data-toggle="collapse" data-parent="#accordion" href="#collapseSix" aria-expanded="true" aria-controls="collapseSix" class="">
  5.                             Legal, Credits and Links
  6.                         </a>
  7.                     </h4>
  8.                 </div>
  9.                 <div id="collapseSix" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingSix" aria-expanded="true" style="">
  10.                     <div class="panel-body">
  11.                         <p>Created and maintained by <a title="John's homepage" href="http://johncipponeri.github.io/">John Cipponeri</a>.</p>
  12.                         <p>CSS Design by <a title="Gianni's Twitter" href="https://twitter.com/Hazulu">@Hazulu</a></p>
  13.                         <p>Hosted by <a href="https://pages.github.com/">GitHub Pages</a>.</p>
  14.                         <p>Special thanks to <a href="http://jsfiddle.net" target="_new">JSFiddle</a> as this is an open source clone of it.</p>
  15.                         <p><strong>License</strong></p>
  16.                         <p>All code belongs to the poster and no license is enforced.</p>
  17.                         <p>JSTinker or its author are not responsible or liable for any loss or damage of any kind during the usage of provided code.</p>
  18.                         <p><strong>Links</strong></p>
  19.                         For updates please follow my
  20.                         <a href="http://twitter.com/johncipponeri/" target="_new">tweets</a>
  21.                     </div>
  22.                 </div>
  23.             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement