1
0
minibtx-acn/pc-software/pageload/fernbl2.btx

63 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

2018-06-01 10:49:06 +02:00
<!-- This is a system page of the fictional online service 'Bildschirmtrix' -->
<cept> <!-- Open CEPT page -->
<head> <!-- This is the header, it contains meta information for service control -->
<meta name="next_page" content="*welcome#"> <!-- Define the page that is loaded when '#' is pressed -->
</head> <!-- Close the header -->
<body> <!-- Open page body segment -->
<!-- First we care about a White/Blue ambient -->
<cs> <!-- Clear screen -->
<csi><0x31><0x40> <!-- Invoke 2nd color table (to get deep blue) -->
<esc><0x23><0x20><fblb> <!-- Makes the background blue -->
<esc><0x28><0x40> <!-- Invoke G0 set -->
<!-- Headline -->
<esc><0x22><0x41> <!-- Invoke C1P set -->
<csi><0x30><0x40> <!-- Invoke 1nd color table -->
<trb><whf> <!-- Select Transparent background with white foreground -->
<aph> <!-- Set cursor to home position -->
Bildschirmtrix<apd><apr>
<csi><0x30><0x40> <!-- Invoke 1nd color table (to get a real white) -->
<esc><0x23><0x21><fwhb> <!-- Maks a white full row -->
<apd>
<esc><0x23><0x21><fwhb> <!-- Maks a white full row -->
<csi><0x31><0x40> <!-- Invoke 2nd color table (to get deep blue) -->
<trb><blf> <!-- Select Transparent background with blue foreground -->
<csi><0x31><0x40> <!-- Invoke 2nd color table -->
<dbs><apr>Neue<sp>Mitteilungen<apd><apr>
<csi><0x30><0x40> <!-- Invoke 1nd color table -->
<trb><whf> <!-- Select Transparent background with white foreground -->
<nsz> <!-- Select normal size font -->
<apd><apr>
Von<sp><sp>Chaos<sp>Team<sp>Hamburg<apd><apr>
An<sp>die<sp>Bundesdatenschutzbeauftragten<apd><apr>
<apd><apr>
<apd><apr>
Liebe<sp>Dateischeisser,<apd><apr>
wir<sp>werden<sp>Sie<sp>mit<sp>diesem<sp>Schreiben<apd><apr>
fernbeleidigen<sp>Wir<sp>bitten<sp>Sie<sp>uns<apd><apr>
1000<sp>St<ss2>Huck<sp>ihres<sp>letzten<apd><apr>
T<ss2>Hatigkeitsberichts<sp>zuzusenden<sp>
<apd><apr>
<apd><apr>
Mit<sp>freundlichen<sp>Gr<ss2>Hussen<apd><apr>
Chaos<sp>Team<sp>Hamburg<apd><apr>
<apd><apr>
<apd><apr>
<apd><apr>
<apd><apr>
<apd><apr>
<apd><apr>
Zur<ss2>Huck<sp>mit<sp>#<apd><apr>
Eingabe<sp>==><sp>
</body>
</cept>