From e4cee611f6e28cbaf7b8330bc772ebf045876dfb Mon Sep 17 00:00:00 2001 From: "Nour, Arezou" <arezou.nour@tugraz.at> Date: Thu, 13 Feb 2025 12:06:05 +0100 Subject: [PATCH] Upload New File --- ampel.html.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ampel.html.html diff --git a/ampel.html.html b/ampel.html.html new file mode 100644 index 0000000..45fce94 --- /dev/null +++ b/ampel.html.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Document</title> + <link rel="stylesheet" href="./css/main.css"> +</head> +<body> + <div class="light"> + <div class="red"></div> + <div class="yellow"></div> + <div class="green"></div> + </div> +</body> +</html> \ No newline at end of file -- GitLab