Skip to content

Kurama250/Web_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Script is used to create a loader on your website before viewing your site !

Topics

Resources

License

Stars

Watchers

Forks