in partnership with mediatemple

root / trunk / Specs / demo.html

Revision 1409, 0.6 kB (checked in by tomocchino, 3 months ago)
  • cleaning up the svn structure
    • added /assets folder containing all scripts and styles needed for the various 'svn apps'
    • now Docs, Demos, and Specs all use the same Builder.js for including MooTools right from user's working copies
    • cleaned up a few incorrect paths
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3<head>
4        <title>JSSpec Sample Specs</title>
5        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6        <link rel="stylesheet" type="text/css" media="screen" href="../assets/styles/specs.css" />
7        <script type="text/javascript" src="../assets/scripts/JSSpec.js"></script>
8        <script type="text/javascript" src="../assets/scripts/DiffMatchPatch.js"></script>
9        <script type="text/javascript" src="../assets/scripts/JSSpecSpecs.js"></script>
10</head>
11<body>
12</body>
13</html>
Note: See TracBrowser for help on using the browser.