1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00
TiddlyWiki5/core/templates/static.template.html.tid

24 lines
841 B
Plaintext
Raw Normal View History

2012-05-20 14:20:21 +00:00
title: $:/core/templates/static.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="<<serialize "$:/core/version.txt" text/plain>>" />
<meta name="format-detection" content="telephone=no">
<meta name="copyright" content="
<<serialize "$:/core/copyright.txt" text/plain>>
" />
<title><<tiddler target:$:/shadows/title>></title>
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
2012-05-06 13:14:27 +00:00
<div id="styleArea">
<<serialize "[type[text/css]]" application/x-tiddler-css>>
2012-05-06 13:14:27 +00:00
</div>
</head>
<body>
<<serialize "$:/templates/PageTemplate" text/html>>
</body>
</html>