File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < title > Calculadora de IMC</ title >
7+ < link rel ="icon " type ="image/svg+xml " href ="favicon.svg " />
78 < link
89 rel ="stylesheet "
910 href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css "
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < title > Hora do Dia</ title >
7+ < link rel ="icon " type ="image/svg+xml " href ="favicon.svg " />
8+ < link
9+ rel ="stylesheet "
10+ href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css "
11+ />
712 < link rel ="stylesheet " href ="style.css " />
813 </ head >
914 < body onload ="carregar() ">
@@ -26,15 +31,15 @@ <h1>Hora do Dia</h1>
2631 </ section >
2732
2833 < section class ="controls-section ">
29- < h2 > ⚙️ Controles</ h2 >
34+ < h2 > < i class =" fas fa-sliders-h " > </ i > Controles</ h2 >
3035 < div class ="controles ">
3136 < div class ="control-group ">
3237 < label for ="hora-input "> Alterar Hora:</ label >
3338 < input type ="time " id ="hora-input " />
3439 < button id ="btn-aplicar " class ="btn "> Aplicar</ button >
3540 </ div >
3641 < button id ="btn-redefinir " class ="btn btn-redefinir ">
37- 🔄 Redefinir para Hora Real
42+ < i class =" fas fa-redo " > </ i > Redefinir para Hora Real
3843 </ button >
3944 </ div >
4045 </ section >
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ function atualizar() {
4343
4444 // Mensagens de saudação
4545 const saudacoes = {
46- manhã : "🌅 Bom Dia!" ,
47- tarde : "☀️ Boa Tarde!" ,
48- noite : "🌙 Boa Noite!" ,
46+ manhã : "Bom Dia!" ,
47+ tarde : "Boa Tarde!" ,
48+ noite : "Boa Noite!" ,
4949 } ;
5050 saudacaoSpan . textContent = saudacoes [ periodo ] ;
5151
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < title > Verificador de Idade</ title >
7+ < link rel ="icon " type ="image/svg+xml " href ="favicon.svg " />
78 < link
89 rel ="stylesheet "
910 href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css "
You can’t perform that action at this time.
0 commit comments