Hello,
Make sure that you don't put "public_html" on the end.
That is where you put your files, but
http://eros.lunarpages.com/~morbro2/ will point to the files inside that directory anyway.
In the link you posted, there was a . in the wrong place, and it was missing a /
http://eros.lunarpages.com/~morbro2/ should work fine

By the way, if you rename your _index.html file to index.html (in lowercase), it will be the default page when someone visits
http://eros.lunarpages.com/~morbro2/I hope that helps.