Website Construction Page

Need a construction page then use our API and have one in seconds.

Website Construction Page

 

Website Construction Page is a free to use service allowing you to place a Construction page on a website with ease.

How does it work?.

Like this https://api.tsldesigns.co.uk/construction

You can also use it in any server side code with this URL

https://api.tsldesigns.co.uk/construction" />

All you need to do is call the file from code in your Script in PHP, .NET ect. and the file in HTML will be rendered for you, all you have to do is output it.

PHP

<?php
$file = file_get_contents("https://api.tsldesigns.co.uk/construction");
echo $file;
?>

To customise the Open Date of your of your Construction page just add the a GET variable of "date" and then the date and time you will open the site "Febuary 1, 2017 00:00:00". A-z (upper and lowercase), numbers, and most symbols will work just fine and Most datetime formats are recognised.

Note: Spaces become %20 .
Febuary 1, 2017 00:00:00 would be; https://api.tsldesigns.co.uk/construction?date=Febuary%201,%202017%2000:00:00
2017-2-1 00:00:00 would be; https://api.tsldesigns.co.uk/construction?date=2017-2-1%2000:00:00