Advertisement
freddy0512

footer

Apr 22nd, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.00 KB | None | 0 0
  1. <div class="row clearfix">
  2.         <div class="">
  3.             <div class=" col-md-4 panel panel-default no-margin no-padding">
  4.                 <div class="panel-heading">This Page is Disabled</div>
  5.                 <div class="panel-body">This page is temporarily disabled by the site administrator for some reason.<br> <a href="#">Click here</a> to enable the page.</div>
  6.             </div>
  7.         </div>
  8.    
  9.         <div class="col-md-4">
  10.             <div class="panel panel-default no-margin no-padding">
  11.                 <div class="panel-heading">This Page is Disabled</div>
  12.                 <div class="panel-body">This page is temporarily disabled by the site administrator for some reason.<br> <a href="#">Click here</a> to enable the page.</div>
  13.             </div>
  14.         </div>
  15.         <div class="col-md-4">
  16.             <div class="panel panel-default no-margin no-padding">
  17.                 <div class="panel-heading">This Page is Disabled</div>
  18.                 <div class="panel-body">This page is temporarily disabled by the site administrator for some reason.<br> <a href="#">Click here</a> to enable the page.</div>
  19.             </div>
  20.         </div>
  21.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement