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>
|
2013-09-05 08:31:17 +00:00
|
|
|
<html>
|
2012-05-05 21:38:37 +00:00
|
|
|
<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">
|
2013-05-31 16:44:09 +00:00
|
|
|
{{{ [tag[$:/tags/stylesheet]] [is[shadow]tag[$:/tags/stylesheet]] ||$:/core/templates/wikified-tiddler}}}
|
2013-02-04 10:16:07 +00:00
|
|
|
</style>
|
2012-05-05 21:38:37 +00:00
|
|
|
</head>
|
2013-10-28 15:06:17 +00:00
|
|
|
<body class="tw-body">
|
2013-05-31 16:44:09 +00:00
|
|
|
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
2013-05-31 14:38:27 +00:00
|
|
|
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
|
2012-05-05 21:38:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|