Domain For Sale Landing Page

August 26, 2019 Code

I created a free webpage template to sale your domain.
It’s Fast and efficiently and purchaser can email you thought this free template.

How to use

You can clone folder & host on you server. But you need to change certain elements.

Page title

<title>Sales Inquery || [Your Domain Name]</title>

Domain sale price

/*
 * On index.html page
 * Replace $4999 with your price
 */

<a class="btn text-white bg-green btn-lg">Buy now for $4999</a>

Email address on index & contact page

/*
 * On index.html page
 * Replace email@[Your Domain].com with your email address
 */

<a href="mailto:email@[Your Domain].com">email@[Your Domain].com</a>

/*
 * On contact.php page
 * Replace hey@sarozpoddar.com.np with your email address
 */
$email_to = "hey@sarozpoddar.com.np";

Phone Number

/*
 * On index.html page
 * Replace [Your Phone] with your mobile number
 */

<p class="lead"><a href="tel:+[Your Phone]">+[Your Phone]</a></p>

Your name and other information

/*
 * On contact.php page
 * Replace [Your Domain] with your domain `ex: example.com`
 * [Your Domain] with Title, you want to set
 */

$email_subject = "My offer for [Your Domain]";

<title>Sales Inquery || [Your Domain]</title>

/*
 * On index.html page
 * Replace data-sitekey value with your reCaptcha `data-sitekey` value
 */
<div class="g-recaptcha" data-sitekey="xxxxxxxxxxxxxxx"></div>

Captcha will handle spam email, Get genuine inquiries. Create reCaptcha.

You can fork or download from Github. Demo