<!DOCTYPE html>
<html>
  <head>
    <title>Postp</title>
  </head>
  <body>
    <progress value="20" max="100">
      <span>w toku</span>
    </progress>
  </body>
</html>