From e75e1b3d9c967ee7970e15e7d636eb52b9edb5f8 Mon Sep 17 00:00:00 2001 From: john-emerson14 Date: Sat, 21 Mar 2020 12:56:38 -0300 Subject: [PATCH] feat: add simple html --- index.html | 22 ++++++++++++++++++++++ style.css | 0 2 files changed, 22 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..4de7713 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + + + John Emerson + + + + + + Profile Picture + + @JohnEmerson1406 + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29