My boss wants me to set up hosting, etc and get each site a coming soon page up, so it start getting domain authority until the sites are ready to go live.
I was wondering if anybody has a simple bit of code of some kind that can pull the website url and put it on the page?
So far this is my page (in HTML)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>website url here</title>
<style type="text/css">
body {background-color:706F6F;}
h1{text-align:center;font-family:Helvetica;color:FFFFFF;}
p {text-align:center;font-family:Helvetica;font-size:14px;font-style:normal;font-weight:normal;color:FFFFFF;}
</style>
</head>
<body>
<h1>Website Url Here</h1>
<p>Coming Soon</p>
</body>
</html>
whereever website url here is, I want the url to be auto pulled, so I dont have to edit 140 index files...
I am even willing to pay somebody a small fee for their time/script/effort via paypal
Thank you in advance
Help




















