Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Ismail irfan <98257637+Ismailirfan@users.noreply.github.com>
  • Loading branch information
Ismailirfan authored May 22, 2024
1 parent da7a1fe commit c41e1aa
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,31 @@ <h5 class="w3-center w3-padding-48"><span class="w3-tag w3-wide">WHERE TO FIND M
<footer class="w3-center w3-light-grey w3-padding-48 w3-large">
<p>Powered by <a href="https://www.facebook.com/people/My-Prayer-My-Happy-Life/61559404443657/" title="W3.CSS" target="_blank" class="w3-hover-text-green">Humanity Good Luck</a></p>
</footer>
<!-- The Modal -->
<div class="modal" id="myModal">
<div class="modal-dialog modal-dialog-centered modal-sm">
<div class="modal-content">

<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">Modal Heading</h4>
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
</div>

<!-- Modal body -->
<div class="modal-body">
Do you like to accept our automatic services
</div>

<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-success" data-bs-dismiss="modal">Accept</button>
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">Reject</button>
</div>

</div>
</div>
</div>

<script>
$("#Shortcutkeys").load("shortcutkeys.html", function() {
Expand Down

0 comments on commit c41e1aa

Please sign in to comment.