mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-07 17:53:26 -08:00
Added invisible HTML splash screen for Google
This commit is contained in:
parent
756175f63d
commit
232dd8d32b
2 changed files with 9 additions and 1 deletions
|
|
@ -21,8 +21,11 @@ type: text/x-tiddlywiki-html
|
|||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<!--@@noscript@@-->
|
||||
<<^"$:/wiki/noscript" text/plain>>
|
||||
</noscript>
|
||||
<div id="splashArea" style="display:none;">
|
||||
<<^"$:/wiki/splash" text/html>>
|
||||
</div>
|
||||
<div id="shadowArea" style="display:none;">
|
||||
<<^"[is[shadowPlain]]" application/x-tiddler-html-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…
Add table
Add a link
Reference in a new issue