Skip to content

Instantly share code, notes, and snippets.

@lotz84
Last active August 11, 2017 16:00
Show Gist options
  • Save lotz84/9637971e69d8c428601546a0298a5071 to your computer and use it in GitHub Desktop.
Save lotz84/9637971e69d8c428601546a0298a5071 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js"></script>
</head>
<body>
<h1> Test </h1>
<script>
sweetAlert("Oops...", "Something went wrong!", "error");
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment