diff options
Diffstat (limited to 'locale/html/splash.html')
-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> |