Advertisement
freddy0512

footer

Apr 22nd, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 KB | None | 0 0
  1. <div class="row clearfix">
  2.         <div class=" col-md-4 panel panel-default no-margin no-padding">
  3.                 <div class="panel-heading">This Page is Disabled</div>
  4.                 <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>
  5.             </div>
  6.         <div class="panel panel-default no-margin no-padding">
  7.                 <div class="panel-heading">This Page is Disabled</div>
  8.                 <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>
  9.             </div>
  10.        
  11.         <div class="col-md-4">
  12.             <div class="panel panel-default no-margin no-padding">
  13.                 <div class="panel-heading">This Page is Disabled</div>
  14.                 <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>
  15.             </div>
  16.         </div>
  17.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement