diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-08-23 14:21:13 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-08-23 14:21:13 +0000 |
commit | a806e4471f10ed6e79975d653c1891e2fb3b416e (patch) | |
tree | 525f813b3b935da333e015b92aafb6f228d116db /WebContent | |
parent | d20d93957b54f52350ff0ddc7ed922ab345f7bd7 (diff) | |
download | vaadin-framework-a806e4471f10ed6e79975d653c1891e2fb3b416e.tar.gz vaadin-framework-a806e4471f10ed6e79975d653c1891e2fb3b416e.zip |
#7381 Removed index page and related fonts.js that are no longer needed
svn changeset:20587/svn branch:6.7
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/index.html | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/WebContent/index.html b/WebContent/index.html deleted file mode 100644 index e524b927e2..0000000000 --- a/WebContent/index.html +++ /dev/null @@ -1,59 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Vaadin @version@</title> - <link rel="stylesheet" type="text/css" href="demo/css/styles.css" /> - <!--[if lte IE 6]> - <link rel="stylesheet" type="text/css" href="demo/css/ie.css" /> - <![endif]--> - </head> <!-- /head --> - <body> - - <div id="header"> - <h1>Vaadin – thinking of U and I</h1> - <div id="version"> - <strong>Version @version@</strong> - <a href="release-notes.html" class="release-notes" title="Read the release notes for this Vaadin version">Release Notes »</a> - </div> - </div> <!-- /header --> - - <div id="subheader"> - <ul id="menu"> - <li></li> - <!-- - <li><a href="#addons">Add-ons</a></li> - <li>•</li> - <li><a href="#code-examples">Code Examples</a></li> - <li>•</li> - <li><a href="#getting-started">Getting Started</a></li> - <li>•</li> - <li><a href="#docs">Documentation</a></li> - <li>•</li> - <li><a href="#support">Support</a></li> - --> - </ul> - <ul id="links"> - <li><a href="http://vaadin.com/forum" title="Open vaadin.com/forum">Discussion Forum »</a></li> - <li><a href="http://dev.vaadin.com" title="Open dev.vaadin.com">Issue Tracker »</a></li> - <li><a href="http://www.vaadin.com" title="Open www.vaadin.com">Vaadin Home »</a></li> - </ul> - </div> <!-- /subheader --> - - <div id="content"> - - </div> <!-- /content --> - - - <div id="footer"> - <span class="slogan"><strong>vaadin <em>}></em></strong> thinking of U and I<span> <!-- <a href="#top">↑ Back to top</a>--> - </div> <!-- /footer --> - - - <script src="demo/js/fonts.js" type="text/javascript"></script> - <script type="text/javascript"> - Cufon.replace(["h2","h4"], {fontFamily: "HelveticaRounded"}); - Cufon.replace(["h3"], {fontFamily: "HelveticaLight"}); - </script> - </body> -</html> |