summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-21 04:52:57 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-21 04:52:57 +0000
commit7ca502446fe9033cee647f660933345dc6fd2bf9 (patch)
tree478aed9e9d9b6e1b76f5f3bf0ab39991d0ed9317 /locale
parent5760a92d028c8c642e88f345cb444e014697afa4 (diff)
adding a very basic splash page (logo only)
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@671 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale')
-rwxr-xr-xlocale/html/splash.html17
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>