Pace.js is an animated JavaScript bar loading the page. Official site: link
My HTML code:
<head>
<script src="//raw.githubusercontent.com/HubSpot/pace/v1.0.0/pace.min.js"></script>
<link href="resources/pace.css" rel="stylesheet">
</head>
Thank you.