Initial commit 2

This commit is contained in:
Merrick Rumel 2020-08-19 14:28:41 -04:00
parent 8c6a83f3be
commit 7c1ac022cb
28 changed files with 8640 additions and 0 deletions

12
successToast.html Normal file
View file

@ -0,0 +1,12 @@
<div id="successToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true" style="position: absolute; bottom: 0px; left: 10px; width: 300px" data-delay="5000">
<div class="toast-header">
<strong class="mr-auto">Upload Successful</strong>
<small>Just Now</small>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="toast-body">
File uploaded successfully.
</div>
</div>