Please note: This website includes an accessibility system. Press Control-F11 to adjust the website to people with visual disabilities who are using a screen reader; Press Control-F10 to open an accessibility menu.
You can do that by adding a file named .htaccess (note the period in front of the name). This is a text file that can have code instructions on how a site should behave.
The line of code you want to enter is:
DirectoryIndex [filename]
Replace [filename] with the name of the png file you want to have as your page.
Note that since this is a simple image, it will display differently in different browsers. For consistency, you may simply want to create an index.html page with nothing but the image, that way you can adjust it to appear the same on all browsers.
You can do that by adding a file named .htaccess (note the period in front of the name). This is a text file that can have code instructions on how a site should behave.
The line of code you want to enter is:
DirectoryIndex [filename]
Replace [filename] with the name of the png file you want to have as your page.
Note that since this is a simple image, it will display differently in different browsers. For consistency, you may simply want to create an index.html page with nothing but the image, that way you can adjust it to appear the same on all browsers.
Best Regards,
Scott M