Skip to content

Instantly share code, notes, and snippets.

@moshiuramit
Last active December 30, 2015 10:59
Show Gist options
  • Save moshiuramit/7819589 to your computer and use it in GitHub Desktop.
Save moshiuramit/7819589 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" charset="utf-8" >
<script type="text/javascript" src="./js/effect.js"></script>
<title> Cycle Mart </title>
</head>
<body>
<form action="" method="get">
<progress value="20" min="0" max="100"></progress>
<meter value="90" min="0" low="" high="" max="100" optimum="55"></meter>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment