From 7acebbc46af1fbdb9410c9a3e26c41215cab7847 Mon Sep 17 00:00:00 2001 From: Caio Thurler Date: Wed, 12 Oct 2022 10:42:42 -0300 Subject: [PATCH] feat(html): doctype html --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.html b/index.html index e69de29..ddda56e 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + Landing Page + + + + + + \ No newline at end of file