Library front page: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
The following html generates a makeshift front page for the XO library or browser -- a version of this page is available [http://www.people.fas.harvard.edu/~paur/libraryfrontpage.html here].
The following html generates a makeshift front page for the XO library or browser -- '''a version of this page is available [http://www.people.fas.harvard.edu/~paur/libraryfrontpage.html here]'''.


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

Revision as of 19:31, 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>

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>