summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 9677f01..06c4264 100644
--- a/index.php
+++ b/index.php
@@ -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() ?>