What's the quickest way to make a 1 page website ?

boombap

Junior Member
Joined
Sep 20, 2012
Messages
186
Reaction score
108
say i had 10 domains, wanted a different splash / entry page on each with a simple 'enter now' link.what's the quickest way to do this on godaddy without have to install wordpress over and over or something ?
 
Dont install anything just create the site by scratch, all you need is a style.css and index.html file
 
Just create a HTML page with a link in it. Upload it to all your sites.
If you don't want to modify the "enter now" link for each domain, you can probably make it relative (i.e. href="someotherpage.html).
 
thanks for all the suggestions
 
say i had 10 domains, wanted a different splash / entry page on each with a simple 'enter now' link.what's the quickest way to do this on godaddy without have to install wordpress over and over or something ?

There is no such automated way

You need to code it manually for each page

Or second use some site builder
 
you need to create html page only and upload all on the site or hosting
 
Like others have said you'll need to code it yourself or use a sitebuilder. Once one page is done you could copy paste the code to the other nine remaining site's.
 
static html pages is the best choice in your case
 
Look for landing page templates, download, unzip, upload and your done.
simple, fast and effective.
 
Back
Top