From cb8f2162870d8212b1669916777dd8537f1540de Mon Sep 17 00:00:00 2001 From: esmeyert <72791579+esmeyert@users.noreply.github.com> Date: Sat, 24 Oct 2020 20:01:39 +0200 Subject: [PATCH] first steps --- index.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..fc1db4d --- /dev/null +++ b/index.html @@ -0,0 +1,3 @@ +<h1>This is a Heading</h1> +<p>This is a Paragraph element</p> +<a href="http://goolge.com" target="_blank">Click Here</a> \ No newline at end of file -- GitLab