diff --git a/README.md b/README.md index 87d676e..7b5f07a 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# gitflowtop \ No newline at end of file +# gitflowtop + +Alterado diretamento no GitHub. diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..c66f911 --- /dev/null +++ b/assets/style.css @@ -0,0 +1,6 @@ +* { + margin: 0; + padding: 0; + list-style: none; + font-size: 14px; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..13ce076 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + Portifólio Boladão + + + +

Portifólio Boladão

+

Este é meu Portifólio

+ + \ No newline at end of file