Fix Install CSS (#792)

This commit is contained in:
Dennis 2023-04-20 11:45:31 +02:00 committed by GitHub
commit f49137b833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -300,4 +300,4 @@ if (isset($_POST['createUser'])) {
wh_log($db->error, 'error');
header('LOCATION: index.php?step=6&message=Something went wrong when communicating with the Database');
}
}
}

View file

@ -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;