100-project-100-days-website/100_projects/54-traffic-lights/inedx.html
2023-04-16 02:19:49 +03:00
Ask

19 lines
519 B
HTML

{248cc15b9728935e25b87590f172195b64c1c692 true 519 inedx.html 0xc002aeb2d0}

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="circle red" color="red"></div>
<div class="circle" color="yellow"></div>
<div class="circle" color="green"></div>
</div>
<script src="main.js"></script>
</body>
</html>