From d3e9eaa8e4f6a38a4e2d294aac976c8f00a5f2f3 Mon Sep 17 00:00:00 2001 From: Nicolly Vieira Date: Tue, 11 Oct 2022 08:25:38 -0300 Subject: [PATCH] feat(index): cria a base do HTML para o Header --- assets/svgs/Logo-M3Academy.svg | 9 +++++++++ index.html | 7 ++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 assets/svgs/Logo-M3Academy.svg diff --git a/assets/svgs/Logo-M3Academy.svg b/assets/svgs/Logo-M3Academy.svg new file mode 100644 index 0000000..698965a --- /dev/null +++ b/assets/svgs/Logo-M3Academy.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/index.html b/index.html index 1734b1c..18cb091 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,11 @@ Desafio 1 - Landing Page - + +
+ + + +
\ No newline at end of file