I have a domain and ftp, if I wanted to display just an image when someone went to the site how would I do that?
The bare minimum: <html> <head> <title>My Image Title</title> </head> <body> <img src="myimage.jpg" alt="My Image" /> </body> </html>