Skip to content

Commit

Permalink
Changing loading gif and added what it is doing
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthick-Somasundaresan committed Jun 14, 2020
1 parent 1170cca commit d89bb47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<input type="text" style="width: 70%;" id="txtManifest"/>
<!-- <button id="btnGo" value="GO" onclick="buttonClick(value)"> GO </button> -->
<button id="btnGo" value="GO"> GO </button>
<div id="loading" style="display: none;"><img src="../resources/XOsX.gif" alt="Loading image"></div>
<div id="loading" style="display: none; align-self: center; background-color: gainsboro;">
<img src="../resources/loading.gif" alt="Loading image" >
<h3 style="text-align: center;">Loading...</h3>
</div>
<div id="playlist"></div>
<script src="index.js"></script>

Expand Down
Binary file removed resources/XOsX.gif
Binary file not shown.
Binary file added resources/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d89bb47

Please sign in to comment.