Skip to content

Commit 6182f16

Browse files
committed
Modificações 01
1 parent 7894849 commit 6182f16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

My-Form/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<link rel="stylesheet" href="/css/style.css">
6+
<link rel="stylesheet" href="/My-Form/css/style.css">
77
<link rel="preconnect" href="https://fonts.googleapis.com">
88
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
99
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
10-
<link rel="stylesheet" href="/src/fontes/fontawesome-free-5.15.4-web/css/all.css">
10+
<link rel="stylesheet" href="/My-Form/src/fontes/fontawesome-free-5.15.4-web/css/all.css">
1111
<title>Meu formulário</title>
1212
</head>
1313
<body>
@@ -101,7 +101,7 @@ <h2>Faça seu cadastro</h2>
101101
<div class="status">
102102
<span>Cadastro feito com sucesso!</span>
103103
<div class="result">
104-
<img src="/src/img/sucesso-profissional-1200x900.jpg" alt="logo do result">
104+
<img src="/My-Form/src/img/sucesso-profissional-1200x900.jpg" alt="logo do result">
105105
</div>
106106
</div>
107107
<div class="btn">
@@ -110,6 +110,6 @@ <h2>Faça seu cadastro</h2>
110110
</div>
111111
</div>
112112

113-
<script src="/js/script.js"></script>
113+
<script src="/My-Form/js/script.js"></script>
114114
</body>
115115
</html>

0 commit comments

Comments
 (0)