View Full Version : How make temporarily blank HTML page on some web site
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?
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?
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
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.