You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide will show you how to include and start using alertify.js in your projects. If you're a developer looking to extend and/or customize alertify.js, see installing alertify.js
<!-- ideally at the bottom of the page --><!-- also works in the <head> --><scriptsrc="PATH_TO_FILE/alertify.min.js"></script>
Include CSS
<!-- include the core styles --><linkrel="stylesheet" href="PATH_TO_FILE/alertify.css" /><!-- include a theme, can be included into the core instead of 2 separate files --><linkrel="stylesheet" href="PATH_TO_FILE/alertify.default.css" />