view wiki.html @ 1:dd457cc7c596

Improved setting of size of textarea.
author Atul Varma <varmaa@toolness.com>
date Sun, 01 Feb 2009 12:45:55 -0800
parents 2e5a6f077df2
children 01313b55ed09
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="wiki.css" />
  <title>Wiki.</title>
</head>
<body>
<div id="content">
<div class="wiki"><h1>Yo.</h1>
Hi there <i>dude</i>.</div>
<div class="wiki">I am gud.</div>
</div>
</body>
<script src="jquery.js"></script>
<script src="wiki.js"></script>
</html>