kopia lustrzana https://github.com/miklobit/TiddlyWiki5
54 wiersze
2.2 KiB
Plaintext
54 wiersze
2.2 KiB
Plaintext
title: $:/core/tiddlywiki5.template.html
|
|
type: text/x-tiddlywiki-html
|
|
|
|
<!doctype html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<meta name="application-name" content="TiddlyWiki" />
|
|
<meta name="generator" content="TiddlyWiki" />
|
|
<meta name="tiddlywiki-version" content="<<include "$:/core/version.txt" text/plain shadow:yes>>" />
|
|
<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="format-detection" content="telephone=no">
|
|
<meta name="copyright" content="
|
|
<<include "$:/core/copyright.txt" text/plain shadow:yes>>
|
|
" />
|
|
<title><<include "$:/wiki/title" text/plain>></title>
|
|
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
|
|
<div id="styleArea">
|
|
<<include "[type[text/css]]" application/x-tiddler-css shadow:yes>>
|
|
</div>
|
|
<!----------- Raw markup ----------->
|
|
<<include "[tag[$:/shadow/rawMarkup]]" text/plain shadow:yes>>
|
|
</head>
|
|
<body>
|
|
<!----------- Static content for Google and browsers without JavaScript ----------->
|
|
<noscript>
|
|
<div id="splashArea" style="display:none;">
|
|
<<include "$:/wiki/splash" text/html shadow:yes>>
|
|
</div>
|
|
</noscript>
|
|
<!----------- Shadow tiddlers ----------->
|
|
<div id="shadowArea" style="display:none;">
|
|
<<include "[!type[text/css]] -[type[application/javascript]has[module-type]] -[[$:/core/boot.js]] -[[$:/core/bootprefix.js]]" application/x-tiddler-html-div shadow:yes>>
|
|
</div>
|
|
<!----------- Ordinary tiddlers ----------->
|
|
<div id="storeArea" style="display:none;">
|
|
<<include "[is[tiddler]]" application/x-tiddler-html-div>>
|
|
</div>
|
|
<!----------- Boot kernel prologue ----------->
|
|
<div id="bootKernelPrefix" style="display:none;">
|
|
<<include "$:/core/bootprefix.js" application/javascript shadow:yes>>
|
|
</div>
|
|
<!----------- Plugin modules ----------->
|
|
<div id="pluginModules" style="display:none;">
|
|
<<include "[type[application/javascript]has[module-type]]" application/x-tiddler-module shadow:yes>>
|
|
</div>
|
|
<!----------- Boot kernel ----------->
|
|
<div id="bootKernel" style="display:none;">
|
|
<<include "$:/core/boot.js" application/javascript shadow:yes>>
|
|
</div>
|
|
</body>
|
|
</html>
|