1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-01 05:52:54 +00:00
TiddlyWiki5/tw2/source/tiddlywiki/tests/html/testmin.template.html
Jeremy Ruston a1c8ac624f Added first pass at support for building TiddlyWiki 2.6.x with TW5
There are still some whitespace and attribute ordering issues, but the
result runs correctly.
2012-05-29 22:02:38 +01:00

22 lines
631 B
HTML
Executable File

<!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>
<!--@@title@@-->
</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">
<!--@@jsspec@@-->
</script>
<!--@@jsspecsrc@@-->
</head>
<body>
</body>
</html>