Sweet Alert
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
Swal.fire({
position: "top-end",
icon: "success",
title: "Your work has been saved",
showConfirmButton: false,
timer: 1500
});
More info link : https://sweetalert2.github.io/#examples