0
Gentlemen I’m having trouble with the icon on the taskbar .
I am using Brackets to copy there when I use the option "Live Preview"
soon after the window opens showing that everything is ok fucionando
later when I upload the files, there is some problem.
<!DOCTYPE HTML>
<html>
<head>
<title>exemplo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--- zoom desativado para o usuario -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!----fonts google------->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/js" href="js/alerta.js">
<link rel="shortcut icon" href="img/logoT3.png" >
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"> -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<style>
.dropdown-submenu {
position: relative;
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
}
</style>
</head>
<!--------------------------------------------------------- Menu ------------------------------------------------------------>
<body>
<div class="row">
<div class="col-12 col-sm-6 col-md-6 col-lg-2 col-xl-">
<img src="img/logoT5.jpg"></div><div class="col-12 col-sm-6 col-md-6 col-lg-8 col-xl-"><h1 class="w3-xlarge w3-animate-opacity" >exemplo</h1></div></div>
</body>
</html>
Check if the image address is correct, and if you are using linux check the upper case and minuscule letters of the whole address
– João Victor