Estou tentando colocar uma imagem no meu projeto mas quando eu coloco aparece isso
meu código:
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial scale 1.0">
<title>###</title>
<link href="css/style.css" rel="stylesheet">
<link href="css/reset.css" rel="stylesheet">
</head>
<body>
<header>
<img src="/img/dogo.png" alt="teste">
</header>
</body>
</html>