From 1a8d62151ceb12e0ab1cbe74bc0260c5e6c0f1c9 Mon Sep 17 00:00:00 2001 From: "Basmaci, Chris" <basmaci@student.tugraz.at> Date: Mon, 13 Jun 2022 13:02:17 +0200 Subject: [PATCH] Update index.html --- index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8b13789..40ff876 100644 --- a/index.html +++ b/index.html @@ -1 +1,9 @@ - +<!DOCTYPE html> +<html> + <head> + <title>Example</title> + </head> + <body> + <p>This is an example of a simple HTML page with one paragraph.</p> + </body> +</html> -- GitLab