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.
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.
do you mean like a splash screen when you go to a site and then the site loads?
Thank You,.. but is not like that.
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?
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.
1) Open Notepad, or any text editor.
2) Write the following code :
3) Save it as something.htmlCode:<!DOCTYPE html> <html> <head> <title> Write a title for your page here.. </title> </head> <body> </body> </html>
Last edited by jscheuer1; 03-27-2017 at 02:33 PM. Reason: format code
Bookmarks