]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Make css portable lol
authorValerie Pond <redacted>
Sat, 31 Dec 2022 06:18:11 +0000 (06:18 +0000)
committerValerie Pond <redacted>
Sat, 31 Dec 2022 06:18:11 +0000 (06:18 +0000)
index.php

index 3718721e53c3348c7757e8026a52dd19cf2a3ab0..02ea89651b620631ca26b63e5ba8df9182fafec3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<link href="/css/unrealircd-admin.css" rel="stylesheet">
+<link href="css/unrealircd-admin.css" rel="stylesheet">
 <body>
 <div id="headerContainer">
 <h2>UnrealIRCd <small>Administration Panel</small></h2><br>
@@ -197,4 +197,4 @@ rpc_pop_lists(); // populate our static lists (users, channels, tkl, spamfilter)
        
 </body>
 
-<div class="footer"><p>Copyright 2022 © <a href="https://unrealircd.org/">UnrealIRCd</a></p></div>
\ No newline at end of file
+<div class="footer"><p>Copyright 2022 © <a href="https://unrealircd.org/">UnrealIRCd</a></p></div>