From b213be04d805228052c2c4d80089802028a45337 Mon Sep 17 00:00:00 2001 From: webdev-archist <43586420+webdev-archist@users.noreply.github.com> Date: Fri, 4 Sep 2020 14:11:05 +0200 Subject: [PATCH 1/3] Create index.html all the necessary to start --- index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..6646f57 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + + +
+ + + + + + From ac892e702fcf5ece8f323e2fd223edae0cddfffb Mon Sep 17 00:00:00 2001 From: archist