summaryrefslogtreecommitdiff
path: root/public/mod.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-06-18 15:00:49 +0500
committerilotterytea <iltsu@alright.party>2025-06-18 15:00:49 +0500
commit312b5d6e873d53b78db4bef628fe01391a30cdb0 (patch)
tree677ea09ae06471784509602421ba78d24d68dbb0 /public/mod.php
parent01b4d8ac76a2a6a7ee57dd173f3894022977d2cb (diff)
feat: file bans
Diffstat (limited to 'public/mod.php')
-rw-r--r--public/mod.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/mod.php b/public/mod.php
index de789ce..728222e 100644
--- a/public/mod.php
+++ b/public/mod.php
@@ -66,7 +66,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<td><input type="password" name="password" required></td>
</tr>
</table>
- <button type="submit">Log in</button>
+ <button type="submit" class="fancy">Log in</button>
</form>
<?php endif; ?>
</main>