kopia lustrzana https://github.com/miklobit/TiddlyWiki5
22 wiersze
735 B
Plaintext
22 wiersze
735 B
Plaintext
title: $:/core/templates/static.tiddler.html
|
|
|
|
\define tw-wikilink-template() $uri_doubleencoded$.html
|
|
`<!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}}`" />
|
|
<meta name="format-detection" content="telephone=no">
|
|
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
|
<link rel="stylesheet" href="static.css">
|
|
<title>`{{$:/core/wiki/title}}`</title>
|
|
</head>
|
|
<body class="tw-body">
|
|
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
|
|
<section class="story-river">
|
|
`<$view tiddler="$:/core/ui/ViewTemplate" format="htmlwikified"/>`
|
|
</section>
|
|
</body>
|
|
</html>
|
|
` |