diff options
-rwxr-xr-x | locale/html/splash.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/locale/html/splash.html b/locale/html/splash.html new file mode 100755 index 00000000..6e687f62 --- /dev/null +++ b/locale/html/splash.html @@ -0,0 +1,17 @@ + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>LedgerSMB Splash page</title> + <meta http-equiv="Pragma" content="no-cache" /> + <meta http-equiv="Expires" content="-1" /> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> + <meta name="robots" content="noindex,nofollow" /> +</head> +<body> +<center> +<a href="http://www.ledgersmb.org/" target="_blank"><img src="ledger-smb.png" width="200" height="100" border="0" alt="LedgerSMB Logo" /></a> +</center> +</body> +</html> |