- A simple and small webpage to put your domains on sale.
- Its one pager, and let visitor send your a quote.
- Its one HTML file only
- You can host the same file on multiple domains, or point all the domains to one host.
Example Link: jpayplans.com
To customize the list of domains for sale:
- Fork this repository to your own GitHub account.
- Open the
index.html
file in your forked repository. - Locate the
domains
array in the JavaScript section (around line 20). - Modify the array to include your own domains. Each domain should be an object with the following properties:
domain
: The domain name (e.g., 'example.com')name
: The display name for the domaindescription
: A brief description of the domainlink
: The full URL of the domainprice
: (Optional) The asking price for the domainbacklinks
: (Optional) The number of backlinks for the domain
This project can be easily deployed on Vercel. Follow these steps:
- Push your project to a Git repository (GitHub, GitLab, or Bitbucket).
- Sign up or log in to Vercel.
- Click "New Project" and import your repository.
- Configure your project settings and click "Deploy".
To connect multiple domains to this project on Vercel:
- Go to your project's dashboard on Vercel.
- Navigate to the "Domains" section.
- Click "Add" to add a new domain.
- Enter your domain name and follow the DNS configuration instructions.
- Repeat for each additional domain you want to connect.