devshort

private self-hosted shortlink service
git clone https://git.clttr.info/devshort.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 4d71cd546248d4fb4e965de1c28ec2cf3b393c01
parent 13830990d25cc320652ff1c1159f837dda2577ac
Author: Florian <flokX@users.noreply.github.com>
Date:   Sat,  2 Feb 2019 11:48:12 +0100

Change style path
Diffstat:
Minstaller.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installer.php b/installer.php @@ -60,7 +60,7 @@ require valid-user"; <link rel="icon" href="assets/icon.png"> <title>Installer | devShort</title> <link href="assets/vendor/bootstrap/bootstrap.min.css" rel="stylesheet"> - <link href="assets/main.min.css" rel="stylesheet"> + <link href="assets/main.css" rel="stylesheet"> </head> <body class="d-flex flex-column h-100">