mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
created: 20220920140954764
|
||||
modified: 20220924193531494
|
||||
title: $:/core/templates/static.content
|
||||
|
||||
<!-- For search engines, and people without JavaScript --->
|
||||
|
||||
If you're reading this, then your browser isn't executing JavaScript code (properly, or at all).
|
||||
|
||||
If you disabled JS on purpose, you may want to read the ''no-JS KB'': [ext[./Static.html]];
|
||||
|
||||
If you, instead, don't know why you're seeing this:
|
||||
|
||||
* [[Enable JavaScript|http://web.archive.org/web/20220920042154/https://www.enable-javascript.com]], if you have it disabled;
|
||||
* Update your browser, if it's years out-of-date.
|
||||
|
||||
<!--
|
||||
<br><hr><br>
|
||||
|
||||
//The following is a preview of the Welcome Page.//
|
||||
|
||||
{{~Welcome~}}
|
||||
--->
|
||||
|
||||
<!-- Old template
|
||||
This [[TiddlyWiki|https://tiddlywiki.com]] contains the following tiddlers:
|
||||
|
||||
<ul>
|
||||
<$list filter=<<saveTiddlerFilter>>>
|
||||
<li><$view field="title" format="text"></$view></li>
|
||||
</$list>
|
||||
</ul>
|
||||
--->
|
@@ -0,0 +1,36 @@
|
||||
created: 20220920170048300
|
||||
description: {{$:/language/Exporters/StaticRiver}}
|
||||
extension: .html
|
||||
modified: 20220920170145211
|
||||
tags: $:/tags/Exporter
|
||||
title: $:/core/templates/exporters/StaticRiver
|
||||
|
||||
\define tv-wikilink-template() #$uri_encoded$
|
||||
\define tv-config-toolbar-icons() no
|
||||
\define tv-config-toolbar-text() no
|
||||
\define tv-config-toolbar-class() tc-btn-invisible
|
||||
\rules only filteredtranscludeinline transcludeinline
|
||||
<!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="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
||||
<title>{{$:/core/wiki/title}}</title>
|
||||
<div id="styleArea">
|
||||
{{$:/boot/boot.css||$:/core/templates/css-tiddler}}
|
||||
</div>
|
||||
<style type="text/css">
|
||||
{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}
|
||||
</style>
|
||||
</head>
|
||||
<body class="tc-body">
|
||||
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
||||
<section class="tc-story-river tc-static-story-river">
|
||||
{{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}}
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user