diff options
-rw-r--r-- | index.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,10 +46,14 @@ function lend() { <link rel=canonical href="https://aleteoryx.me/"> </head> <body> + <?php if ($wb->browser->type == 'browser:text'): ?> + <pre aria-label="logo: ah lee tee ore ikhs dot m e" id=logo><?= file_get_contents("logo.txt") ?></pre> + <?php else: ?> <div aria-label="logo: ah lee tee ore ikhs dot m e" id=logo> <pre><?= file_get_contents("logo.txt") ?></pre> <pre><?= file_get_contents("logo.txt") ?></pre> </div> + <?php endif; ?> <?= lstart("text text text") ?> <hr> <?= lend() ?> |