Browse Source

Update index.html

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
e9f21bb2cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      lnbits/extensions/example/templates/example/index.html

6
lnbits/extensions/example/templates/example/index.html

@ -72,8 +72,10 @@
<!-- DOWNLOAD AND SEARCH ADMINLITE2 FOR HTML-->
</section> </section>
<!-- Main content --> <!-- Main content -->
<section class="content"> <section class="content">
<!-- Small boxes (Stat box) --> <!-- Small boxes (Stat box) -->
<div class="row"> <div class="row">
@ -83,7 +85,9 @@
<div class="box-header"> <div class="box-header">
<h3 class="box-title"> EXAMPLE BOX HEADING</h3> <h3 class="box-title"> EXAMPLE BOX HEADING</h3>
</div><!-- /.box-header --> </div><!-- /.box-header -->
<div class="box-body">
<p>*Some content in here</p> <p>*Some content in here</p>
</div>
</div><!-- /.box --> </div><!-- /.box -->
</div> </div>
</div> </div>

Loading…
Cancel
Save