diff options
| author | jerome <jerome@xlinfo.fr> | 2025-10-12 17:31:28 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-10-12 17:31:28 +0200 |
| commit | 30ea3ae69f4c4bac139593a413faeba1b5a05a71 (patch) | |
| tree | e37db99eee3d1b09805ce4c22e5b7f96b8188aa7 /www/login.php | |
| parent | 0c9641ec140b28d0aace0efe3569ddf78decc01a (diff) | |
| download | http-30ea3ae69f4c4bac139593a413faeba1b5a05a71.tar.gz http-30ea3ae69f4c4bac139593a413faeba1b5a05a71.zip | |
cesar
Diffstat (limited to 'www/login.php')
| -rw-r--r-- | www/login.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/www/login.php b/www/login.php index 5e2c2af..75fa223 100644 --- a/www/login.php +++ b/www/login.php @@ -15,7 +15,17 @@ else { <head> <meta charset="utf-8" /> <title>Login</title> -<meta name="generator" content="Geany 1.38" /> +<style> + form { + border: solid black 1px; + padding: 1em; + margin:1em; + color: #808080; + } + h1 { + color:blue; + } +</style> </head> <body> |
