From bb5946a8c9652db85cb3d48c64ad64cbf0af4ab6 Mon Sep 17 00:00:00 2001 From: InventiveSpark Date: Tue, 21 Mar 2023 10:23:49 +0500 Subject: [PATCH 1/2] feat: add blank html template --- 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..a3a8b13 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + + + + + Artemiy Loschenkov + + + + + + + + + + + + \ No newline at end of file From f5b8deb09190ea42b803c4169ea82ba552b3cf9c Mon Sep 17 00:00:00 2001 From: InventiveSpark Date: Tue, 21 Mar 2023 10:24:24 +0500 Subject: [PATCH 2/2] feat: add blank css template --- styles/styles.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 styles/styles.css diff --git a/styles/styles.css b/styles/styles.css new file mode 100644 index 0000000..3057f71 --- /dev/null +++ b/styles/styles.css @@ -0,0 +1,3 @@ +body { + background-color: #FFF; +} \ No newline at end of file