From 8ed7dfc30267a81c366e9b7dca276c353db6fc70 Mon Sep 17 00:00:00 2001 From: Miron Maksymiuk Date: Mon, 3 Jul 2023 12:21:46 +0200 Subject: [PATCH] Created hello world webpage. --- starter/01-Test/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 starter/01-Test/index.html diff --git a/starter/01-Test/index.html b/starter/01-Test/index.html new file mode 100644 index 000000000..9afea5a64 --- /dev/null +++ b/starter/01-Test/index.html @@ -0,0 +1,13 @@ + + + + + + + My first webpage + + +

Hello, world!

+

My name is Miron, and this is my very first webpage :D

+ +