mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
ff0b93886b
Astonishingly, the templates have accidentally omitted the opening tag for some time. There were no ill effects, because browsers obligingly add it back in when parsing
26 lines
884 B
Plaintext
26 lines
884 B
Plaintext
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>
|
|
<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>
|
|
<div id="styleArea">
|
|
{{{ [is[system]type[text/css]] ||$:/core/templates/css-tiddler}}}
|
|
</div>
|
|
<style type="text/css">
|
|
{{{ [tag[$:/tags/stylesheet]] [is[shadow]tag[$:/tags/stylesheet]] ||$:/core/templates/wikified-tiddler}}}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
|
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
|
|
</body>
|
|
</html>
|