From c1623f8ad7161b01dc7d7025f1b94e97c6dd9331 Mon Sep 17 00:00:00 2001 From: Olivier Cots <61-ocots@users.noreply.022e47118ec0> Date: Wed, 12 Oct 2022 13:23:33 +0000 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