0byt3m1n1
Path:
/
var
/
www
/
listcrawler.app
/
public_html
/
[
Home
]
File: about-us.php
<?php require 'db.php'; $page_title = "Everything you need to know about Listcrawler"; ?> <!DOCTYPE html> <html lang="en"> <head> <?php include_once 'includes/head.php'; ?> </head> <body class="gradient-6" data-spy="scroll" data-target="#navbar-nav"> <div class="main"> <?php include_once 'includes/header.php'; ?> <!-- =========== Start of Hero ============ --> <section class="hero hero--dark hidden mt-4"> <div class="container container_textpage"> <div class="row text-left mt-2 pb-4 row_textpage"> <div class="col-12"> <div style="text-align: center"> <h3>The Story of Listcrawler</h3> </div> <BR> It all started when we came to the realization that a single website which combined ads from all the biggest classifieds at the time such as Craigslist and Backpage, would be hugely beneficial to the user. Instead of having to navigate various websites they could get all their results combined in one place. Since then Craigslist and Backpage have closed, and so we decided to make listcrawler into its own adult classifieds as a great replacement for the old craigslist and backpage.<BR><BR> We want to provide a safe and fun way for people to connect with other people in their local cities and neighborhoods who are looking for casual relationships and sex. We are not like dating apps and we are not trying to necessarily introduce you to your next soulmate. The purpose of listcrawler is to help you find sex and people willing to engage in consensual sex without needing to get into a relationship. </div> </div> </div> <!-- end of hero svg shape --> </section> <!-- =========== End of Hero ============ --> </div> <?php include_once 'includes/footer.php'; ?> </body> </html>