`Updated:` spacing between instance list and footer.

This commit is contained in:
Castor 2023-08-31 10:12:23 +05:45
parent 6c5474c93f
commit 063b6ea608
No known key found for this signature in database
GPG Key ID: 37DB5BFE6ED79AD5
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<title>LibreY - instances</title>
</head>
<body>
<div class="misc-container">
<center>
<h2>Libre<span class="Y">Y</span> instances</h2>
<?php
@ -56,6 +56,7 @@
list_instances($librex_instances);
?>
</center>
</div>
<?php require "misc/footer.php"; ?>