From e9faf01862139b0f1d37368e58cc352c1a60020a Mon Sep 17 00:00:00 2001 From: Meet Shah <ms04153@surrey.ac.uk> Date: Fri, 9 Feb 2024 17:30:16 +0530 Subject: [PATCH] my first commit --- 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..820d979 --- /dev/null +++ b/index.html @@ -0,0 +1,3 @@ +<!DOCTYPE html> +<h1>Hello World!</h1> +</html> \ No newline at end of file -- GitLab