Fax-Me/failureToast.html
2020-08-19 14:28:41 -04:00

12 lines
No EOL
550 B
HTML

<div id="failureToast" 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 has Failed</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 could not be uploaded.
</div>
</div>