|
| 1 | +title: $:/core/templates/tiddlywiki5.html |
| 2 | + |
| 3 | +\rules only filteredtranscludeinline transcludeinline |
| 4 | +<!doctype html> |
| 5 | +{{$:/core/templates/MOTW.html}}<html> |
| 6 | +<head> |
| 7 | +<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <!-- Force IE standards mode for Intranet and HTA - should be the first meta --> |
| 8 | +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> |
| 9 | +<link rel="manifest" href="manifest.json" > |
| 10 | +<meta name="application-name" content="NoteSelf" /> |
| 11 | +<meta name="generator" content="NoteSelf" /> |
| 12 | +<meta name="tiddlywiki-version" content="{{$:/core/templates/version}}" /> |
| 13 | +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 14 | +<meta name="apple-mobile-web-app-capable" content="yes" /> |
| 15 | +<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
| 16 | +<meta name="mobile-web-app-capable" content="yes"/> |
| 17 | +<meta name="format-detection" content="telephone=no" /> |
| 18 | +<meta name="copyright" content="{{$:/core/copyright.txt}}" /> |
| 19 | +<link id="faviconLink" rel="shortcut icon" href="favicon.ico"> |
| 20 | +<title>{{$:/core/wiki/title}}</title> |
| 21 | +<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~--> |
| 22 | + |
| 23 | +<!--~~ Raw markup ~~--> |
| 24 | +{{{ [all[shadows+tiddlers]tag[$:/core/wiki/rawmarkup]] [all[shadows+tiddlers]tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}} |
| 25 | +{{{[all[tiddlers]field:plugin-type[plugin]]||$:/core/templates/head-area-tiddlers}}} |
| 26 | +</head> |
| 27 | +<body class="tc-body"> |
| 28 | +<!--~~ Static styles ~~--> |
| 29 | +<div id="styleArea"> |
| 30 | +{{$:/boot/boot.css||$:/core/templates/css-tiddler}} |
| 31 | +</div> |
| 32 | +<!--~~ Static content for Google and browsers without JavaScript ~~--> |
| 33 | +<noscript> |
| 34 | +<div id="splashArea"> |
| 35 | +{{$:/core/templates/static.area}} |
| 36 | +</div> |
| 37 | +</noscript> |
| 38 | +<!--~~ Ordinary tiddlers ~~--> |
| 39 | +{{$:/core/templates/store.area.template.html}} |
| 40 | +<!--~~ Library modules ~~--> |
| 41 | +<div id="libraryModules" style="display:none;"> |
| 42 | +{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}} |
| 43 | +</div> |
| 44 | +<!--~~ Boot kernel prologue ~~--> |
| 45 | +<div id="bootKernelPrefix" style="display:none;"> |
| 46 | +{{ $:/boot/bootprefix.js ||$:/core/templates/javascript-tiddler}} |
| 47 | +</div> |
| 48 | +<!--~~ Boot kernel ~~--> |
| 49 | +<div id="bootKernel" style="display:none;"> |
| 50 | +{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}} |
| 51 | +</div> |
| 52 | +</body> |
| 53 | +</html> |
0 commit comments