la pagina "index.htm" non esiste.
Tuttavia, esiste la pagina "index.html", che è la homepage attuale del sito, con questo contenuto:
Codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>New Web Project</title>
</head>
<body>
<h1>New Web Project Page</h1>
</body>
</html>
Ed esiste anche la style.css. Quindi, controlla la pagina index.html: forse ne hai caricata una sbagliata
Ciao!