mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-26 06:21:11 -08:00
The idea is that the same commands will work on the server or the client, and that the client will be able to remotely run commands on the server. Also includes abstraction of the version number of TW5.
46 lines
1.2 KiB
HTML
46 lines
1.2 KiB
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="
|
|
<!--@@version@@-->
|
|
" />
|
|
<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="
|
|
<!--@@copyright@@-->
|
|
" />
|
|
<title>
|
|
<!--@@title@@-->
|
|
</title>
|
|
<style id="styleArea" type="text/css">
|
|
<!--@@style@@-->
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<!--@@noscript@@-->
|
|
</noscript>
|
|
<div id="shadowArea" style="display:none;">
|
|
<!--@@shadow@@-->
|
|
</div>
|
|
<div id="storeArea" style="display:none;">
|
|
<!--@@tiddler@@-->
|
|
</div>
|
|
<script id="jsLibArea" type="text/javascript">
|
|
<!--@@jslib@@-->
|
|
</script>
|
|
<script id="jsBootStartArea" type="text/javascript">
|
|
<!--@@jsbootstart@@-->
|
|
</script>
|
|
<div id="pluginModules" style="display:none;">
|
|
<!--@@pluginmodule@@-->
|
|
</div>
|
|
<script id="jsBootEndArea" type="text/javascript">
|
|
<!--@@jsbootend@@-->
|
|
</script>
|
|
</body>
|
|
</html>
|