Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 414 Bytes

Credits.md

File metadata and controls

14 lines (12 loc) · 414 Bytes

Progress

0%
<script> // Set the initial width of the progress bar to 5% $(document).ready(function () { $(".progress-bar").css("width", "5%"); $(".progress-bar").text("5%"); }); </script>