diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,10 +1,11 @@ <html> <head> - <title>SQL-Ledger</title> - <meta http-equiv="refresh" content="0; URL=login.pl"> + <title>LedgerSMB</title> + <meta http-equiv="refresh" content="0; URL=login.pl"> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> </head> <body> -<h2>SQL-Ledger</h2> -<a href=login.pl>Login</a><br> + <h2>LedgerSMB</h2> + <a href="login.pl">Login</a><br> </body> </html> |