10 lines
259 B
HTML
10 lines
259 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="-moz-appearance: progressbar; appearance: auto; width:180px; height:6px;">
|
|
<div style="-moz-appearance: progresschunk; appearance: auto; width:50%; height:100%;">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|