Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.35 KB

Script for a web loader !

(Programming Language - Html | Css | JavaScript)

Tutorial to know where and what to modify !

1 - Tranfers the files and modify the files below !

  • Open index.html
  • Don't forget to change the image !
// Add these lines :
    <link href="loader/styles.css" rel="stylesheet" />
    <script src="loader/scripts.js"></script>

    <body>
      <div id="preloader">
        <img src="assets/img/YOUR_PNG/JPG/GIF" alt="Loading..." id="loader" />
        <h1 class="text-set">Loading<span id="dots"></span></h1>
      </div>

// The content of your site

//Then add at the end :
</body>
  • Demo :

alt text

If you like this repository don't hesitate to give it a star ⭐ !

There you go and be happy !

Licence : Creative commons - CC BY-NC-ND 4.0 by Kurama250