Blame view

app/views/minor.html 383 Bytes
e4e496d13   Rishav   setup admin acufu...
1
2
3
4
5
6
7
8
9
10
11
12
  <div class="wrapper wrapper-content animated fadeInRight">
      <div class="row">
          <div class="col-lg-12">
              <div class="text-center m-t-lg">
                  <h1>
                      Simple example of second view
                  </h1>
                  <small>Configure in config.js as minor state.</small>
              </div>
          </div>
      </div>
  </div>