User: jpmcc Date: 2009-07-04 11:26:05+0000 Modified: marketing/www/ooocon2009/index.html
Log: Code works - just prettify a bit File Changes: Directory: /marketing/www/ooocon2009/ ===================================== File [changed]: index.html Url: http://marketing.openoffice.org/source/browse/marketing/www/ooocon2009/index.html?r1=1.8&r2=1.9 Delta lines: +11 -5 -------------------- --- index.html 2009-07-04 11:21:49+0000 1.8 +++ index.html 2009-07-04 11:26:03+0000 1.9 @@ -6,6 +6,8 @@ <head> <title>OOoCon has moved...</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> + <link rel="stylesheet" type="text/css" href="../marketing.css" /> + <link rel="stylesheet" type="text/css" href="ooocon.css" /> <link rel="prefetch" href= "http://conference.services.openoffice.org/index.php/ooocon/2009" /> <meta http-equiv="Refresh" content= @@ -13,11 +15,15 @@ </head> <body> - <h1>Moved...</h1> + <div id="MyContent"> + <h2>We have moved...</h2> - <p>OOoCon 2009 is now hosted on our Conference Services Site. You will be - automacally redirected in 5 seconds - if this fails, please <a href= - "http://conference.services.openoffice.org/index.php/ooocon/2009">try this - link</a>.</p> + <p>OOoCon 2009 is now hosted on our Conference Services Site.</p> + + <p>You will be automacally redirected in 5 seconds - if this fails, + please <a href= + "http://conference.services.openoffice.org/index.php/ooocon/2009">try + this link</a>.</p> + </div> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
