Erro console - Uncaught SyntaxError: Unexpected token
Estou trabalhando em um código legado em ASP.NET e existem alguns erros no CONSOLE (DevTools), o erro que aparece no CONSOLE SEGUE: "Uncaught SyntaxError: Unexpected token '<', VM11 ScriptResource.axd:1", rastreando segue o código da página que aponta para a primeira linha, como corrigir?
<!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>Falha de Acesso</title>
</head>
<body style="font-family: Verdana;">
<center>
<h4>
<br /><br />
<img src="falha.png" />
<br /><br />
Não foi possível acessar o sistema!
</h4>
</center>
</body>
</html>
<!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>Falha de Acesso</title>
</head>
<body style="font-family: Verdana;">
<center>
<h4>
<br /><br />
<img src="falha.png" />
<br /><br />
Não foi possível acessar o sistema!
</h4>
</center>
</body>
</html>
Valdemar Junior
Curtidas 0