2012-05-20 14:20:21 +00:00
|
|
|
title: $:/core/templates/static.template.html
|
2012-11-18 15:22:13 +00:00
|
|
|
type: text/vnd.tiddlywiki-html
|
2012-05-05 21:38:37 +00:00
|
|
|
|
2013-03-20 11:02:06 +00:00
|
|
|
\define tw-wikilink-template() static/$uri_doubleencoded$.html
|
2012-12-28 22:08:32 +00:00
|
|
|
\rules only filteredtranscludeinline transcludeinline
|
2012-05-05 21:38:37 +00:00
|
|
|
<!doctype html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
|
|
<meta name="generator" content="TiddlyWiki" />
|
2013-03-04 18:15:54 +00:00
|
|
|
<meta name="tiddlywiki-version" content="{{$:/core/templates/version}}" />
|
2012-05-05 21:38:37 +00:00
|
|
|
<meta name="format-detection" content="telephone=no">
|
2012-12-28 22:08:32 +00:00
|
|
|
<title>{{$:/core/wiki/title}}</title>
|
2012-05-06 13:14:27 +00:00
|
|
|
<div id="styleArea">
|
2013-03-15 22:00:19 +00:00
|
|
|
{{{ [is[system]type[text/css]] ||$:/core/templates/css-tiddler}}}
|
2012-05-06 13:14:27 +00:00
|
|
|
</div>
|
2013-02-04 10:16:07 +00:00
|
|
|
<style type="text/css">
|
|
|
|
{{$:/core/styles/base}}
|
|
|
|
</style>
|
2012-05-05 21:38:37 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2012-12-28 22:08:32 +00:00
|
|
|
{{$:/templates/PageTemplate||$:/core/templates/html-tiddler}}
|
2012-05-05 21:38:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|