ginebra2/chrome/localpages/startpage.html
author hgs
Fri, 15 Oct 2010 17:30:59 -0400
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
permissions -rw-r--r--
201041

<html>
  <head>
	  <title>Welcome Page</title>
	  <meta name = "viewport" content = "width = device-width, height = device-height, initial-scale = 1.0, user-scalable = no">
	  <link rel="stylesheet" type="text/css" href="startpage.css"/>
  </head>
  <body>
  <div id="content">
    <div id="row1_logos">
		<a href="http://browser.nokia.com/testing"><img id="browser_logo" src="bedrock.png" /></a>
		8.1<br/><br/>&copy; Nokia 2010
    </div>	  
  </div>
</body>
</html>