Log in

View Full Version : How make temporarily blank HTML page on some web site



rexi
03-23-2017, 11:33 PM
How make temporally blank HTML page on some blog or web site.
It is not bi visible on default page. Only for shows up temporally.
Any idea which is blog or free web site good for that.

Thank You.

mlegg
03-24-2017, 12:27 AM
do you mean like a splash screen when you go to a site and then the site loads?

rexi
03-24-2017, 03:18 PM
Thank You,.. but is not like that.

mlegg
03-24-2017, 05:07 PM
Well what is it like then? Do you mean like under construction? or just a blank page on a url for a site that will be created down the line?

rexi
03-26-2017, 08:55 PM
Thank You.
Someone using this blank page for external files. Or show up anything. So can be temporally or long time, but is not in public as default page on site.

zerofire2905
03-27-2017, 04:25 AM
1) Open Notepad, or any text editor.
2) Write the following code :

<!DOCTYPE html>
<html>
<head>
<title>
Write a title for your page here..
</title>
</head>
<body>
</body>
</html>
3) Save it as something.html