Hi, does anyone know how to install SweetAlert2 (https://sweetalert2.github.io/) on a Glitch project? Sorry, I’m inexperienced and don’t know how to properly create files. I’m just stuck with the HTML, Javascript and CSS folders. That’s fine for me, but I don’t know how to add SweetAlert2. (Sorry, this is probably basic.)
Or just add this code to your project’s html.
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
2 Likes
Oh, it was HTML code
its fine to be basic! remember to link your scripts in index.html or it won`t work!