Skip to content

Commit

Permalink
fix: theme*.css를 /public으로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedev7773 committed Nov 6, 2024
1 parent 83f2166 commit eac0c7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo/black_square.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link id="light-theme" rel="stylesheet" href="/src/styles/light.css" />
<link id="dark-theme" rel="stylesheet" href="/src/styles/dark.css" disabled />
<link id="light-theme" rel="stylesheet" href="/style/light.css" />
<link id="dark-theme" rel="stylesheet" href="/style/dark.css" disabled />
<title>KNU KERT</title>
</head>
<body>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit eac0c7f

Please sign in to comment.