diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 19:25:40 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 19:25:40 +0000 |
commit | 6852d6669a3264acec6b09beb577c6a57732baf9 (patch) | |
tree | 4227bdf095923bfe8e7c965b7b88106af791b793 | |
parent | 91f7032a73e222a7f67d1e08b67a36d60ad2a446 (diff) |
removing SL reference, adding favicon to top level index.html
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@13 4979c152-3d1c-0410-bac9-87ea11338e46
-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> |