From 8e5df796b1853f70c12dd620646dad4f4d280cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hertelendy=20Krist=C3=B3f=20Attila?= <herkr1@cortex.itk.ppke.hu> Date: Thu, 28 Nov 2024 11:27:17 +0100 Subject: [PATCH] =?UTF-8?q?ide=20j=C3=B6n=20az=20=C3=BCzenet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..1fb0fe9 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Basic HTML Page</title> +</head> +<body> + <h1>Hello, World!</h1> + <p>This is a very basic HTML page.</p> +</body> +</html> -- GitLab