Hi. Thanks in advance for taking the time to read my post. I enjoy making flash games for my friends and family. When it comes time to share them I've been emailing swfs but figured I could do something a little bit easier for my limited audience. With that in mind I learned just enough html to put together a very simple webpage with the games on it. I've gotten it working fine on my own computer. Next I registered with one of the many web hosting services (Arvixe, if that makes a difference) and got myself a domain name and hosting service plan. The basic question I'm struggling with is that I can't seem to figure out how to actually put my htm file on the website! I've uploaded it and its stored with the host, I just don't know how to tell it "Hey, this is the file you should load when someone goes to this site." I'm sure the answer is embarrassingly simple, but I've been googleing for hours. Any help would be very much appreciated.
You should call your first page index.html. From there you can link to other pages using <a href="about-us.html">about us</a> HTML: for example. Also make sure you upload to the public_html folder and make sure the DNS records are set correctly! good luck!