Files
webtek-assignment2/progressbar.html
2025-10-02 14:25:42 +02:00

14 lines
238 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>A title</title>
<meta charset="UTF-8">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="progress"></div>
<div class="progress stage2"></div>
</body>
</html>