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
|
|
|
|
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
|
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">
|
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 13:14:27 +00:00
|
|
|
<div id="styleArea">
|
2014-02-14 19:25:38 +00:00
|
|
|
{{$:/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>
|
2012-05-05 21:38:37 +00:00
|
|
|
</head>
|
2014-08-28 18:00:57 +00:00
|
|
|
<body class="tc-body">
|
2013-05-31 16:44:09 +00:00
|
|
|
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
2014-06-12 17:01:33 +00:00
|
|
|
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
|
2012-05-05 21:38:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|