diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/login.html | 3 | ||||
-rw-r--r-- | public/style.css | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/public/login.html b/public/login.html index 9003b91..8fb479a 100644 --- a/public/login.html +++ b/public/login.html @@ -1,5 +1,8 @@ <!DOCTYPE html> <html lang='en'> + <head> + <link rel='stylesheet' type='text/css' href='/style.css'> + </head> <body> <form action='/login' method='post'> <input type='password' name='secret' /> diff --git a/public/style.css b/public/style.css index 98d83b5..d72fca9 100644 --- a/public/style.css +++ b/public/style.css @@ -31,6 +31,10 @@ button { border-radius: 0.5em; } +h1 button { + font-size: 0.5em; +} + a { color: #888; } |