Skip to content

Commit

Permalink
removing SL reference, adding favicon to top level index.html
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/trunk@13 4979c152-3d1c-0410-bac9-87ea11338e46
  • Loading branch information
Christopher Murtagh committed Sep 1, 2006
1 parent 92d876e commit 95549c2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 95549c2

Please sign in to comment.