Skip to content

Instantly share code, notes, and snippets.

@jdanyow
Last active January 27, 2020 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdanyow/71dbe85d5363c60578adf324b13a28c7 to your computer and use it in GitHub Desktop.
Save jdanyow/71dbe85d5363c60578adf324b13a28c7 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
</head>
<body>
<label for="fuel">Fuel level:</label>
<meter id="fuel"
min="0" max="100"
low="33" high="66" optimum="80"
value="30">
at 30/100
</meter>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment