]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - login/index.php
Network Health Check and visual improvements
[irc/unrealircd/unrealircd-webpanel.git] / login / index.php
index d2d1700196afcac76a32a54c6eafdf5229172b1b..e35239c429b9ee570a5ceec666867187e1b98dd8 100644 (file)
@@ -98,7 +98,7 @@ if (!empty($_POST))
 </head>
 <section class="vh-100">
   <div class="container py-5 h-10">
-       <div class="row d-flex justify-content-center align-items-center h-100">
+       <div class="row d-flex justify-content-center align-items-center">
          <div class="col-12 col-md-8 col-lg-6 col-xl-5">
                <div class="card shadow-2-strong" style="border-radius: 1rem;">
                  <div class="card-body p-5 text-center">
@@ -138,7 +138,13 @@ if (!empty($_POST))
        </div>
 </div>
 </div></section>
+<style>
 
+body {
+               background-image: url('https://cdn.wallpapersafari.com/34/98/yznZmQ.jpg');
+               background-size: cover;
+       }
+</style>
 <script>
        var form = document.getElementById('login');
        var pinp = document.getElementById('passinp');