Library front page
Jump to navigation
Jump to search
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>