<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width,height=device-height">
  <title>NProgress</title>
  <script src='https://unpkg.com/nprogress@0.2.0/nprogress.js'></script>
  <link rel='stylesheet' href='https://unpkg.com/nprogress@0.2.0/nprogress.css'/>  
</head>
<body>
  <script>
    NProgress.start()
    setTimeout(function() {
      NProgress.done()
    }, 2000)
  </script>
</body>
</html>https://github.com/rstacruz/nprogress
                









