TiddlyWiki5/core/templates/static.template.html.tid

35 lines
1.3 KiB
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 tv-config-static() yes
2014-08-28 21:28:02 +00:00
\define tv-wikilink-template() static/$uri_doubleencoded$.html
\define tv-config-toolbar-icons() no
\define tv-config-toolbar-text() no
\define tv-config-toolbar-class() tc-btn-invisible
\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}}" />
2015-01-11 00:28:18 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="format-detection" content="telephone=no">
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
<title>{{$:/core/wiki/title}}</title>
2012-05-06 13:14:27 +00:00
<div id="styleArea">
{{$:/boot/boot.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">
2014-02-20 19:28:17 +00:00
{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}
2013-02-04 10:16:07 +00:00
</style>
</head>
<body class="tc-body">
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
</body>
</html>