termcol: introduction text with link to toggle extended mode
[sheet.git] / termcol.plp
index f2a0f8545688518a6ccb7a4dcb68bcd995487630..0a164b7eec82062d851ff6cc57b627a94e64be3b 100644 (file)
@@ -16,6 +16,16 @@ Html({
 :>
 <h1>Terminal colours</h1>
 
+<p>
+<span title="ECMA-48">ANSI</span> (VT100, ISO-6429) 16-colour text palette
+as implemented by various systems and programs.
+<:
+print
+       !exists $get{v} ? 'Also see <a href="?v">8-bit legacy hardware</a> palettes.' :
+       'Also included are 8-bit legacy hardware palettes.';
+:>
+</p>
+
 <div class="section">
 <:
 use Shiar_Sheet::Colour '1.01';