view gnusto.html @ 25:039579532e0b

Added a TODO to use packer to further compress the z5 js file.
author Atul Varma <varmaa@toolness.com>
date Sun, 11 May 2008 19:07:57 -0700
parents 48cb02f25398
children 174a19e03273
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="gnusto.css" />
  <title></title>
</head>
<body>
<div id="content"></div>
</body>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="troll.js"></script>
<script type="text/javascript" src="gnusto-engine.js"></script>
<script type="text/javascript" src="engine-runner.js"></script>
<script type="text/javascript" src="trivial-zui.js"></script>
</html>