summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 19:25:40 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 19:25:40 +0000
commit6852d6669a3264acec6b09beb577c6a57732baf9 (patch)
tree4227bdf095923bfe8e7c965b7b88106af791b793 /index.html
parent91f7032a73e222a7f67d1e08b67a36d60ad2a446 (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
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/index.html b/index.html
index eddacb26..10b6fd0a 100644
--- a/index.html
+++ b/index.html
@@ -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>