This commit is contained in:
2025-10-02 14:25:42 +02:00
commit 57e3a3cae4
6 changed files with 158 additions and 0 deletions

13
progressbar.html Normal file
View File

@@ -0,0 +1,13 @@
<!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>