view index.html @ 7:c1f1d5ffd6f2 default tip

An engine can now be created.
author Atul Varma <varmaa@toolness.com>
date Thu, 09 Apr 2009 08:30:19 -0700
parents c50d0dd32124
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" />
  <title>JS Modules in the Web</title>
</head>
<body>
</body>
<script src="jquery.js"></script>
<script type="application/javascript;version=1.7"
        src="jsm-in-web.js"></script>
</html>