[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [671] trunk/locale



Revision: 671
          http://svn.sourceforge.net/ledger-smb/?rev=671&view=rev
Author:   christopherm
Date:     2006-11-20 20:52:57 -0800 (Mon, 20 Nov 2006)

Log Message:
-----------
adding a very basic splash page (logo only)

Added Paths:
-----------
    trunk/locale/html/
    trunk/locale/html/splash.html

Added: trunk/locale/html/splash.html
===================================================================
--- trunk/locale/html/splash.html	                        (rev 0)
+++ trunk/locale/html/splash.html	2006-11-21 04:52:57 UTC (rev 671)
@@ -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>


Property changes on: trunk/locale/html/splash.html
___________________________________________________________________
Name: svn:executable
   + *


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.