summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>