diff options
Diffstat (limited to 'public/mod.php')
| -rw-r--r-- | public/mod.php | 2 |
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> |
