Alert 창 중에 무료로 쓸만한 alter api를 찾다가 sweetalert를 접하게 되었습니다. sweetalert에는 1, 2가 존재하는데, 1은 약 3년 전부터 upload가 되어있질 않더군요. 그래서 2를 사용하게 되었습니다. Sweetalert2 사이트 주소 https://sweetalert2.github.io/ Sweetalert2 git 주소 https://github.com/sweetalert2/sweetalert2 Sweetalert2 cdn 주소 https://www.jsdelivr.com/package/npm/sweetalert2 cdn으로 전체 불러오기 기본 사용법 Swal.fire('Hello world!'); Swal.fire('Oops...', 'Something went ..