diff --git a/ampel.html b/ampel.html new file mode 100644 index 0000000000000000000000000000000000000000..45fce946a2abe240c057150681a9d0d4edc66317 --- /dev/null +++ b/ampel.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