Error al entrar a mi web

Hola, tengo un problema y es que cuando subo el archivo index y luego quiero entrar a mi pagina, al entrar me muestra el codigo de la pagina, el “page surce” en vez de mostrarme la pagina. Si alguien pudiera guiarme con esto. gracias

What is your website?

my web is herselfmusic.com

upload you index file in “.html” format only.

I don’t get it, because it is in html

can you post the screen shot of the uploaded files?

Try replacing your index.html file code with this


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>herselfmusic</title>
        <style type="text/css">
            body, html
            {
                margin: 0; padding: 0; height: 100%; overflow: hidden;
            }
        </style>
    </head>
    <body>
            <iframe width="100%" height="100%" src="http://herselfmsc.wixsite.com/herselfmusic" />
    </body>
</html>