Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <div class="modal fade" id="loadingRef" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false">
  2. <div class="modal-dialog" role="document" style="width: 400px">
  3. <div class="modal-content">
  4. <div class="modal-header">
  5. <h5 class="modal-title" id="exampleModalLabel">Proccess...</h5>
  6. </div>
  7. <div class="modal-body" id="displayLoading">
  8. <center>
  9. <img id="loading" src="{{ asset('assets/font-awesome/loading.gif') }}" width="300px" height="20px">
  10. </center>
  11. </div>
  12. </div>
  13. </div>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement