Skip to content

Commit

Permalink
Updated new preloader
Browse files Browse the repository at this point in the history
  • Loading branch information
aasthasaxena217 committed Aug 31, 2021
1 parent f9972c9 commit 6ff2e80
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down
2 changes: 1 addition & 1 deletion landpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
width: 100%;
height: 100vh;
z-index: 99999999;
background: url('Loader.webp'); /* your icon gif file path */
background: url('loaderLogo.webp'); /* your icon gif file path */
background-repeat: no-repeat;
background-color: black;
background-position: center;
Expand Down
Binary file added loaderLogo.webp
Binary file not shown.
1 change: 1 addition & 0 deletions popular.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>


<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
Expand Down

0 comments on commit 6ff2e80

Please sign in to comment.