Library front page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
<input type="text" name="q" size="31" |
<input type="text" name="q" size="31" |
||
maxlength="255" value="" /> |
maxlength="255" value="" /> |
||
<input type="submit" value=" |
<input type="submit" value="Buscar con Google" /> |
||
</form> |
</form> |
Revision as of 21:24, 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>
<form method="get" action="http://www.google.com/search">
<input type="text" name="q" size="31"
maxlength="255" value="" />
<input type="submit" value="Buscar con Google" />
</form>
- <a href="http://wiki.laptop.org/go/Main_Page">OLPC Wiki</a>
- <a href="file:///home/olpc/Library/index.html">XO Local Library</a>
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>
</html>