Initial commit 2
This commit is contained in:
parent
8c6a83f3be
commit
7c1ac022cb
28 changed files with 8640 additions and 0 deletions
12
successToast.html
Normal file
12
successToast.html
Normal 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">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="toast-body">
|
||||
File uploaded successfully.
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue