]> source.dussan.org Git - vaadin-framework.git/commitdiff
#7381 Removed index page and related fonts.js that are no longer needed
authorArtur Signell <artur.signell@itmill.com>
Tue, 23 Aug 2011 14:21:13 +0000 (14:21 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 23 Aug 2011 14:21:13 +0000 (14:21 +0000)
svn changeset:20587/svn branch:6.7

WebContent/index.html [deleted file]

diff --git a/WebContent/index.html b/WebContent/index.html
deleted file mode 100644 (file)
index e524b92..0000000
+++ /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 &ndash; 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 &raquo;</a>
-                       </div>
-               </div> <!-- /header -->
-       
-               <div id="subheader">
-                       <ul id="menu">
-                               <li></li>
-                       <!--
-                         <li><a href="#addons">Add-ons</a></li>
-                         <li>&bull;</li>
-                         <li><a href="#code-examples">Code Examples</a></li>
-                         <li>&bull;</li>
-                         <li><a href="#getting-started">Getting Started</a></li>
-                         <li>&bull;</li>
-                         <li><a href="#docs">Documentation</a></li>
-                         <li>&bull;</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 &raquo;</a></li>
-                         <li><a href="http://dev.vaadin.com" title="Open dev.vaadin.com">Issue Tracker &raquo;</a></li>
-                         <li><a href="http://www.vaadin.com" title="Open www.vaadin.com">Vaadin Home &raquo;</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">&uarr; 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>