Library front page: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:


<body>
<body>

<div align="center">

<p>
<a href="http://wiki.laptop.org/go/Main_Page">
<img src="olpc.png" style="border: none;" vspace=20 />
</a>
</p>

<p>
<img src="google.png" />


<form method="get" action="http://www.google.com/search">
<form method="get" action="http://www.google.com/search">


<input type="text" name="q" size="31"
<input type="text" name="q" size="45"
maxlength="255" value="" />
maxlength="255" value="" />
<input type="submit" value="Buscar con Google" />
<input type="submit" value="Google" />


</form>
</form>
</p>


<ul>
</div>
<li><a href="http://wiki.laptop.org/go/Main_Page">OLPC Wiki</a></li>
<li><a href="file:///home/olpc/Library/index.html">XO Local Library</a></li>
</ul>

The latest build is <a
href="http://olpc.download.redhat.com/olpc/streams/development/LATEST">here</a>. The
latest stable build is
<a href="http://olpc.download.redhat.com/olpc/streams/development/LATEST-STABLE-BUILD">here</a>.


</body>
</body>

Revision as of 22:27, 1 August 2007

The following html generates a makeshift front page for the XO library or browser -- a version of this page is available here.

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>OLPC Library Frontpage</title>

</head>

<body>

<a href="http://wiki.laptop.org/go/Main_Page"> <img src="olpc.png" style="border: none;" vspace=20 /> </a>

<img src="google.png" /> <form method="get" action="http://www.google.com/search"> <input type="text" name="q" size="45" maxlength="255" value="" /> <input type="submit" value="Google" /> </form>

</body>

</html>