mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
64 lines
1.5 KiB
HTML
64 lines
1.5 KiB
HTML
|
<!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>
|
||
|
<script id="versionArea" type="text/javascript">
|
||
|
//<![CDATA[
|
||
|
<!--@@version@@-->
|
||
|
//]]>
|
||
|
</script>
|
||
|
<style id="styleArea" type="text/css">
|
||
|
<!--@@style@@-->
|
||
|
</style>
|
||
|
|
||
|
<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>
|
||
|
<!--PRE-BODY-START-->
|
||
|
<!--@@prebody@@-->
|
||
|
<!--PRE-BODY-END-->
|
||
|
<div id="saveTest"></div>
|
||
|
<div id="backstageCloak"></div>
|
||
|
<div id="backstageButton"></div>
|
||
|
<div id="backstageArea"><div id="backstageToolbar"></div></div>
|
||
|
<div id="backstage">
|
||
|
<div id="backstagePanel"></div>
|
||
|
</div>
|
||
|
<div id="contentWrapper"></div>
|
||
|
<div id="contentStash"></div>
|
||
|
<div id="shadowArea">
|
||
|
<!--@@shadow@@-->
|
||
|
</div>
|
||
|
<!--POST-SHADOWAREA-->
|
||
|
<div id="storeArea">
|
||
|
<!--@@tiddler@@-->
|
||
|
<!--@@plugin@@-->
|
||
|
<!--@@posttiddlers@@-->
|
||
|
</div>
|
||
|
<!--POST-STOREAREA-->
|
||
|
<!--POST-BODY-START-->
|
||
|
<!--@@postbody@@-->
|
||
|
<!--POST-BODY-END-->
|
||
|
<script id="jsArea" type="text/javascript">
|
||
|
//<![CDATA[
|
||
|
<!--@@prejs@@-->
|
||
|
<!--@@js@@-->
|
||
|
<!--@@postjs@@-->
|
||
|
//]]>
|
||
|
</script>
|
||
|
<!--POST-SCRIPT-START-->
|
||
|
<!--@@postscript@@-->
|
||
|
<!--POST-SCRIPT-END-->
|
||
|
</body>
|
||
|
</html>
|