Favicon and audio do not work

0

This is the code:

<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta name="author" content="Tomás Ricardo">
<audio autoplay>
<source src="audio_de_erro.mp3" type="audio/mpeg">
<source src="audio_de_erro.ogg" type="audio/ogg">
<source src="audio_de_erro.wav" type="audio/wav">
Seu navegador não suporta áudio. Atualize ou troque de navegador.
</audio>
<link rel="stylesheet" href="../../../estilo.css" type="text/css">
<link rel="shortcut icon" href="../../../imagens/favicon.png" type="image/x-png">
<title>Errado</title>
<meta charset="utf-8">
</head>
<body class="tela_de_erro">
<h1>errô!</h1><br><a href="javascript:window.history.go(-1)">Voltar</a>
</body>
</html>

The strangest thing is that the .css style is being loaded. I've tried everything, clear the cache, change the order of the attributes, but nothing works! Does anyone know what to do? This audio would be Faustão's "ERRÔ".

    
asked by anonymous 27.06.2018 / 15:42

0 answers