Skip to content

Commit

Permalink
feat: 스플래시 대기 화면 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kimzini committed Nov 8, 2024
1 parent abf3f04 commit 84437af
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,27 +129,9 @@

<title>Claco</title>

<style>
#splash-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #1C1C1C;
z-index: 10;
}
</style>

</head>
<body>
<div id="splash-screen"></div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script>
setTimeout(() => {
document.getElementById("splash-screen").style.display = "none";
}, 700);
</script>
</body>
</html>

0 comments on commit 84437af

Please sign in to comment.