diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-21 05:05:31 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-21 05:05:31 +0000 |
commit | 4239a628e8fd6df6b6f1b81aea45b774df1d0c64 (patch) | |
tree | e8f1f1490b06e6b7326664cd82a1daebebefc360 | |
parent | 7ca502446fe9033cee647f660933345dc6fd2bf9 (diff) |
making html file very plain, not text, nothing special but can be customized, translated, etc. at a later date
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@672 4979c152-3d1c-0410-bac9-87ea11338e46
-rwxr-xr-x | locale/html/splash.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/locale/html/splash.html b/locale/html/splash.html index 6e687f62..32cdb5c1 100755 --- a/locale/html/splash.html +++ b/locale/html/splash.html @@ -7,11 +7,20 @@ <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> + <link rel="stylesheet" href="../../css/ledger-smb.css" type="text/css" title="LedgerSMB stylesheet" /> <meta name="robots" content="noindex,nofollow" /> </head> <body> +<br /><br /><br /> <center> -<a href="http://www.ledgersmb.org/" target="_blank"><img src="ledger-smb.png" width="200" height="100" border="0" alt="LedgerSMB Logo" /></a> +<a href="http://www.ledgersmb.org/" target="_blank"><img style="border: 1px solid #000000;" src="../../ledger-smb.png" width="200" height="100" border="0" alt="LedgerSMB Logo" /></a> +<br /><br /><br /> +<table width="80%" border="0" cellpadding="0" cellspacing="0"> +<tr> + </td> + </td> +</tr> +</table> </center> </body> </html> |