Move the editions into a subfolder

This commit is contained in:
Jeremy Ruston
2012-11-16 21:20:27 +00:00
parent 544711fe59
commit 719d89ca04
721 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>TiddlyWiki tests</title>
<link rel="stylesheet" type="text/css" href="../../../tools/JSSpec/JSSpec.css" />
<script type="text/javascript" src="../../../tools/JSSpec/diff_match_patch.js"></script>
<script type="text/javascript" src="../../../tools/JSSpec/JSSpec.js"></script>
<script type="text/javascript" src="../../js/version.js"></script>
<script type="text/javascript" src="../js/tiddlywiki.js"></script>
<script type="text/javascript" src="../js/mock.js"></script>
<script>
<!--@@jsspec@@-->
</script>
</head>
<body>
</body>
</html>