2012-05-20 14:20:21 +00:00
|
|
|
title: $:/core/templates/static.template.html
|
2012-05-05 21:38:37 +00:00
|
|
|
type: text/x-tiddlywiki-html
|
|
|
|
|
|
|
|
<!doctype html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
|
|
<meta name="application-name" content="TiddlyWiki" />
|
|
|
|
<meta name="generator" content="TiddlyWiki" />
|
2012-05-08 14:11:53 +00:00
|
|
|
<meta name="tiddlywiki-version" content="<<include "$:/core/version.txt" text/plain shadow:yes>>" />
|
2012-05-05 21:38:37 +00:00
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
|
<meta name="copyright" content="
|
2012-05-08 14:11:53 +00:00
|
|
|
<<include "$:/core/copyright.txt" text/plain shadow:yes>>
|
2012-05-05 21:38:37 +00:00
|
|
|
" />
|
|
|
|
<title><<tiddler target:$:/shadows/title>></title>
|
|
|
|
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
|
2012-05-06 13:14:27 +00:00
|
|
|
<div id="styleArea">
|
2012-05-08 14:11:53 +00:00
|
|
|
<<include "[type[text/css]]" application/x-tiddler-css shadow:yes>>
|
2012-05-06 13:14:27 +00:00
|
|
|
</div>
|
2012-05-05 21:38:37 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2012-05-08 14:11:53 +00:00
|
|
|
<<include "PageTemplate" text/html shadow:yes>>
|
2012-05-05 21:38:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|