From c2a3635fbb64d1bb00f35ee0d75c4a8015ba1279 Mon Sep 17 00:00:00 2001 From: esmeyert <72791579+esmeyert@users.noreply.github.com> Date: Sat, 24 Oct 2020 20:13:00 +0200 Subject: [PATCH] Update index.html --- index.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index fc1db4d..6743abc 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,17 @@ +<!DOCTYPE html> +<html> + +<head> + <title>test</title> +</head> + +<body> + <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 +<a href="http://goolge.com" target="_blank">Click Here</a> + +</body> + +</html> + -- GitLab