Mercurial > planet-ubiquity-redesign
view docs.html @ 36:9321768ee29b
Added a footer at the bottom of planet that links to the docs.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 03 Mar 2009 10:49:22 -0800 |
parents | e51c8e11d202 |
children | 7eec56d7c217 |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="http://code-illuminated.googlecode.com/svn-history/r22/trunk/docs/docs.css" /> <style type="text/css"> a { color: black; } </style> <title>Ubiquity Code Documentation</title> </head> <body> <div id="content"> <div id="overview" class="documentation" style="display: none;"> <h1>Planet Ubiquity Redesign Documentation</h1> <p>This is the documentation for an experimental redesign of <a href="http://ubiquity.mozilla.com/planet/">Planet Ubiquity</a>, but the underlying code can easily be modified to serve as a dashboard for any kind of project.</p> <p>You can view the redesign <a href="planet.html">here</a>.</p> <ul> <li><a href="#planet.js">JavaScript Documentation</a></li> </ul> </div> </div> </body> <script src="jquery.js"></script> <script src="http://code-illuminated.googlecode.com/svn-history/r22/trunk/scripts/wikicreole.js"></script> <script src="http://code-illuminated.googlecode.com/svn-history/r22/trunk/docs/docs.js"></script> </html>