initial
This commit is contained in:
13
progressbar.html
Normal file
13
progressbar.html
Normal 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>
|
Reference in New Issue
Block a user