소스 검색

Fix Installer CSS

1day2die 2 년 전
부모
커밋
d6fe858e84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/install/index.php

+ 1 - 1
public/install/index.php

@@ -22,7 +22,7 @@ function cardStart($title, $subtitle = null)
     <title>Controlpanel.gg installer Script</title>
 
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link href="styles.css" rel="stylesheet">
+    <link href="/install/styles.css" rel="stylesheet">
     <style>
         body {
             color-scheme: dark;