2012-05-20 15:20:21 +01:00
|
|
|
title: $:/core/templates/static.template.html
|
2012-11-18 15:22:13 +00:00
|
|
|
type: text/vnd.tiddlywiki-html
|
2012-05-05 22:38:37 +01:00
|
|
|
|
2023-06-17 08:58:15 +01:00
|
|
|
\define tv-config-static() yes
|
2014-08-28 22:28:02 +01: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
|
2012-12-28 22:08:32 +00:00
|
|
|
\rules only filteredtranscludeinline transcludeinline
|
2012-05-05 22:38:37 +01:00
|
|
|
<!doctype html>
|
2013-09-05 09:31:17 +01:00
|
|
|
<html>
|
2012-05-05 22:38:37 +01: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}}" />
|
2015-01-11 09:28:18 +09: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" />
|
2016-07-11 06:16:58 -04:00
|
|
|
<meta name="mobile-web-app-capable" content="yes"/>
|
2012-05-05 22:38:37 +01:00
|
|
|
<meta name="format-detection" content="telephone=no">
|
2013-12-24 09:09:01 +00:00
|
|
|
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
2012-12-28 22:08:32 +00:00
|
|
|
<title>{{$:/core/wiki/title}}</title>
|
2012-05-06 14:14:27 +01:00
|
|
|
<div id="styleArea">
|
2014-02-14 19:25:38 +00:00
|
|
|
{{$:/boot/boot.css||$:/core/templates/css-tiddler}}
|
2012-05-06 14:14:27 +01: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>
|
2012-05-05 22:38:37 +01:00
|
|
|
</head>
|
2014-08-28 19:00:57 +01:00
|
|
|
<body class="tc-body">
|
2013-05-31 17:44:09 +01:00
|
|
|
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
2014-06-12 18:01:33 +01:00
|
|
|
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
|
2012-05-05 22:38:37 +01:00
|
|
|
</body>
|
|
|
|
</html>
|