view random-stuff/index.html @ 21:e82bff1ef296

Changed code to be more html-like than JS-ish.
author Atul Varma <varmaa@toolness.com>
date Thu, 07 May 2009 15:26:40 -0700
parents a07982ba7259
children
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="commands" href="random-stuff.js"/>
  <title>Random Stuff Ubiquity Feed</title>
</head>
<body>
<p>This Ubiquity feed contains random stuff. See
the <a href="random-stuff.js">source</a>.</p>
<p>Subscribe to this feed and try out
the <a href="sample-status-bar.html">sample status bar</a>.
</body>
</html>