From 64b1664d19ecff13fe47a4d3866b66948a018da2 Mon Sep 17 00:00:00 2001 From: Marcin Juchnowicz Date: Fri, 2 Aug 2024 14:52:23 +0530 Subject: [PATCH] Added index file and updated readme --- README.md | 4 ++++ index.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 index.html diff --git a/README.md b/README.md index f8e350d..b30637c 100644 --- a/README.md +++ b/README.md @@ -119,3 +119,7 @@ You may use this tutorial freely at your own risk. See [LICENSE](./LICENSE). [List of contents](./README.md#list-of-contents) + +## Subheader + + Read through the tutorial. \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..85be96f --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +
Hello
\ No newline at end of file