commit 4336ba2658bbc0b684a642fb2371e1af6b269ae7 Author: andre Date: Sat Jun 10 00:12:23 2023 +0000 commit inicial diff --git a/formulario/iframe.html b/formulario/iframe.html new file mode 100644 index 0000000..37a09e9 --- /dev/null +++ b/formulario/iframe.html @@ -0,0 +1 @@ +

Pagina Iframe

diff --git a/formulario/index.html b/formulario/index.html new file mode 100644 index 0000000..1cd0fcd --- /dev/null +++ b/formulario/index.html @@ -0,0 +1,18 @@ + + + + Meu formulário + + +

Formulário

+
+
+ + +
+ +
+ + Link para iframe + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..9349168 --- /dev/null +++ b/index.html @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + +
NomeIdade
+ André Ray + + 20 anos +
+
+

Meu primeiro site no vim

+

+ Estou construindo esse site pelo editor vim dentro do + terminal linux através do putty +

+ + Vá para a outra página +
+ + diff --git a/teste/index.html b/teste/index.html new file mode 100644 index 0000000..2fa779e --- /dev/null +++ b/teste/index.html @@ -0,0 +1,7 @@ + + + + + +

Outra página

+ diff --git a/vini.jpg b/vini.jpg new file mode 100644 index 0000000..d3fbd9e Binary files /dev/null and b/vini.jpg differ