mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 20:29:10 +00:00
Added invisible HTML splash screen for Google
This commit is contained in:
parent
756175f63d
commit
232dd8d32b
@ -21,8 +21,11 @@ type: text/x-tiddlywiki-html
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
<!--@@noscript@@-->
|
<<^"$:/wiki/noscript" text/plain>>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
<div id="splashArea" style="display:none;">
|
||||||
|
<<^"$:/wiki/splash" text/html>>
|
||||||
|
</div>
|
||||||
<div id="shadowArea" style="display:none;">
|
<div id="shadowArea" style="display:none;">
|
||||||
<<^"[is[shadowPlain]]" application/x-tiddler-html-div>>
|
<<^"[is[shadowPlain]]" application/x-tiddler-html-div>>
|
||||||
</div>
|
</div>
|
||||||
|
5
rabbithole/tw5.com/shadows/splash.tid
Normal file
5
rabbithole/tw5.com/shadows/splash.tid
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
title: $:/wiki/splash
|
||||||
|
type: text/x-tiddlywiki
|
||||||
|
|
||||||
|
<<! For Google, and people without JavaScript >>
|
||||||
|
<<list all>>
|
Loading…
Reference in New Issue
Block a user