blob: 3208c43ef6b780a1dcd265ddb0ca0ecc4141adc7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<style>
meter { display: block; }
</style>
<body>
<meter value='0.5'></meter>
</body>
</html>
|