Reset
Executar
Salvar
Publicar
HTML
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
⌄
⌄
<!DOCTYPE html>
<
html
lang
=
"pt-BR"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>Meu Projeto</
title
>
</
head
>
<
body
>
<
h1
>Olá, Mundo!</
h1
>
<
p
>Comece a editar o código ao lado 🚀</
p
>
</
body
>
</
html
>
CSS
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
body
{
font-family
:
sans-serif
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
min-height
:
100
vh
;
margin
:
0
;
background
:
#f0f4ff
;
color
:
#333
;
}
h1
{
color
:
#4f46e5
;
}
JavaScript
9
1
2
›
// Seu JavaScript aqui
console
.
log
(
"Hello from MyRepo Compiler!"
)
;
Preview
— clique em Executar para atualizar
HTML
CSS
JS
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
⌄
⌄
<!DOCTYPE html>
<
html
lang
=
"pt-BR"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>Meu Projeto</
title
>
</
head
>
<
body
>
<
h1
>Olá, Mundo!</
h1
>
<
p
>Comece a editar o código ao lado 🚀</
p
>
</
body
>
</
html
>
Editor
Preview