1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 02:33:15 +00:00
TiddlyWiki5/tiddlywiki5/tiddlywiki5.template.html
2011-12-13 12:48:11 +00:00

36 lines
730 B
HTML

<!doctype html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="copyright" content="
&lt;!--@@copyright@@--&gt;
" />
<title>
<!--@@title@@-->
</title>
<style id="styleArea" type="text/css">
<!--@@style@@-->
</style>
</head>
<body>
<noscript>
<!--@@noscript@@-->
</noscript>
<div id="shadowArea" style="display:none;">
<!--@@shadow@@-->
</div>
<div id="storeArea" style="display:none;">
<!--@@tiddler@@-->
</div>
<script id="jsLibArea" type="text/javascript">
<!--@@jslib@@-->
</script>
<script id="jsBootStartArea" type="text/javascript">
<!--@@jsbootstart@@-->
</script>
<!--@@jsmodule@@-->
<script id="jsBootEndArea" type="text/javascript">
<!--@@jsbootend@@-->
</script>
</body>
</html>