1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00
TiddlyWiki5/core/templates/static.template.html.tid

24 lines
743 B
Plaintext
Raw Normal View History

2012-05-20 14:20:21 +00:00
title: $:/core/templates/static.template.html
type: text/vnd.tiddlywiki-html
\define tw-wikilink-template() static/$uri_doubleencoded$.html
\rules only filteredtranscludeinline transcludeinline
<!doctype html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="TiddlyWiki" />
<meta name="tiddlywiki-version" content="{{$:/core/templates/version}}" />
<meta name="format-detection" content="telephone=no">
<title>{{$:/core/wiki/title}}</title>
2012-05-06 13:14:27 +00:00
<div id="styleArea">
{{{ [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>
</head>
<body>
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
</body>
</html>