0byt3m1n1
Path:
/
var
/
www
/
listcrawler.app
/
public_html
/
includes
/
[
Home
]
File: modal.php
<div class="modal fade" id="myModal" style="padding-right: 16px; display: block;"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <!-- Modal Header --> <div class="modal-header"> <h4 class="modal-title">Welcome to Listcrawler.App</h4> </div> <!-- Modal body --> <div class="modal-body"> This material is <b>INTENDED ONLY FOR PERSONS OVER 18 YEARS OF AGE</b>. <br><br>By agreeing / proceeding you certify that you accept our listcrawler.app <a href="/terms" target="_blank">terms</a> and agree to fully abide by them when using our adult classifieds. </div> <!-- Modal footer --> <div class="modal-footer"> <button type="button" class="btn btn-success" data-dismiss="modal" id="age_accept" data-target="#myModal">I accept</button> <button type="button" class="btn btn-danger" data-dismiss="modal" id="age_reject" >I reject</button> </div> </div> </div> </div>