diff options
Diffstat (limited to '')
-rw-r--r-- | app.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ <title>Status</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <style type="text/css"> + html { + font-size: 25px; + } a { text-decoration: none; color: #ffffff; |