/index.html
HTML | 77 lines | 52 code | 12 blank | 13 comment | 0 complexity | 101dc169ba015979b28815b9f61f3b2f MD5 | raw file
1<!DOCTYPE html 2 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5<!-- 6 index.html 7 Edgard 8 9 Created by You on April 7, 2011. 10 Copyright 2011, Your Company All rights reserved. 11--> 12 <head> 13 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7, chrome=1" /> 14 15 <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> 16 17 <meta name="apple-mobile-web-app-capable" content="yes" /> 18 <meta name="apple-mobile-web-app-status-bar-style" content="black" /> 19 20 <link rel="apple-touch-icon" href="Resources/icon.png" /> 21 <link rel="apple-touch-startup-image" href="Resources/default.png" /> 22 23 <title>Edgard</title> 24 25 <script type="text/javascript"> 26 OBJJ_MAIN_FILE = "main.j"; 27 </script> 28 29 <script type="text/javascript" src="Frameworks/Objective-J/Objective-J.js" charset="UTF-8"></script> 30 31 <style type="text/css"> 32 body{margin:0; padding:0;} 33 #container {position: absolute; top:50%; left:50%;} 34 #content {width:800px; text-align:center; margin-left: -400px; height:50px; margin-top:-25px; line-height: 50px;} 35 #content {font-family: "Helvetica", "Arial", sans-serif; font-size: 18px; color: black; text-shadow: 0px 1px 0px white; } 36 #loadgraphic {margin-right: 0.2em; margin-bottom:-2px;} 37 </style> 38 39 <!--[if lt IE 7]> 40 <STYLE type="text/css"> 41 #container { position: relative; top: 50%; } 42 #content { position: relative;} 43 </STYLE> 44 <![endif]--> 45 46 </head> 47 48 <body style=""> 49 <div id="cappuccino-body"> 50 <div id="loadingcontainer" style="background-color: #eeeeee; overflow:hidden; width:100%; height:100%; position: absolute; top: 0; left: 0;"> 51 <script type="text/javascript"> 52 document.write("<div id='container'><p id='content'>" + 53 "<img id='loadgraphic' width='16' height='16' src='Resources/spinner.gif' /> " + 54 "Loading Edgard...</p></div>"); 55 </script> 56 57 <noscript> 58 <div id="container"> 59 <div style="width: 440px; padding: 10px 25px 20px 25px; font-family: sans-serif; background-color: #ffffff; position: relative; left: -245px; top: -120px; text-align: center; -moz-border-radius: 20px; -webkit-border-radius: 20px; color: #555555"> 60 <p style="line-height: 1.4em;">JavaScript is required for this site to work correctly but is either disabled or not supported by your browser.</p> 61 <p style="font-size:120%; padding:10px;"><a href="http://cappuccino.org/noscript">Show me how to enable JavaScript</a></p> 62 <p style="font-size:80%;">You may want to upgrade to a newer browser while you're at it:</p> 63 <ul style="margin:0;padding:0; text-align: center; font-size:80%;" > 64 <li style="display: inline;"><a href="http://www.apple.com/safari/download/">Safari</a></li> 65 <li style="display: inline;"><a href="http://www.mozilla.com/en-US/firefox/">Firefox</a></li> 66 <li style="display: inline;"><a href="http://www.google.com/chrome/">Chrome</a></li> 67 <li style="display: inline;"><a href="http://www.opera.com/download/">Opera</a></li> 68 <li style="display: inline;"><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Internet Explorer</a></li> 69 </ul> 70 </div> 71 </div> 72 </noscript> 73 </div> 74 </div> 75 </body> 76 77</html>