Skip to content

Commit

Permalink
Create loading.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mayanknegi488 authored Sep 15, 2020
1 parent 7bab519 commit 932c0ae
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions loading.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loading</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container loader">
<span>L</span>
<span>O</span>
<span>A</span>
<span>D</span>
<span>I</span>
<span>N</span>
<span>G</span>
</div>

</body>
</html>

0 comments on commit 932c0ae

Please sign in to comment.