We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022bcb3 commit 4b312ebCopy full SHA for 4b312eb
index.html
@@ -10,14 +10,14 @@
10
/>
11
<title>DML Transportes Autônomo</title>
12
<!-- Favicon -->
13
- <link rel="icon" type="image/png" href="./img/favicon-16x16.png" />
+ <link rel="icon" type="image/png" href="./assets/img/favicon-16x16.png" />
14
</head>
15
<body>
16
<header>
17
<h1>Bem-vindo ao Site DML Transportes Autônomo</h1>
18
<nav>
19
<ul>
20
- <li><img src="./img/logotipo.png" alt="" /></li>
+ <li><img src="./assets/img/logotipo.png" alt="" /></li>
21
<li><a href="#sobre">Sobre</a></li>
22
<li><a href="#servicos">Serviços</a></li>
23
<li><a href="#contato">Contato</a></li>
0 commit comments