diff --git a/index.html b/index.html index fc1db4deb9f960643986cd1319701d549184508e..6743abc6f4caa067ecb4f6900d0802d573b026c1 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> +