Sweetalert JS Código completo
<script>
// when window loades this alert pop ups
swal({
text: "Hello world!",
} );
</script>
Xerothermic Xenomorph