[260111] 프로젝트 이전 및 초기화
This commit is contained in:
4
script/loading.js
Normal file
4
script/loading.js
Normal file
@@ -0,0 +1,4 @@
|
||||
// 로딩스피너
|
||||
document.addEventListener("DOMContentLoaded", (event) => {
|
||||
document.getElementById("loading-screen").style.display = "none"; // 로딩 완료 후 숨김
|
||||
});
|
||||
Reference in New Issue
Block a user