浏览代码

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;