summaryrefslogblamecommitdiffstats
path: root/index.php
blob: 38d201bc64c6ce86f6eaafffde65ed79336f822e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                   







                                                                    






                                                                                                      

       
<?php
require_once "vendor/autoload.php";

define("NAMES", [
  "Anne",
  "Amity",
  "Alyx",
  "Aleteoryx",
  "Dana",
  "Maddie",
  "Marcy",
  "Sasha"
]);
?>
<!doctype html>
<html lang=en>
<head>
  <meta charset="utf-8">
  <meta name=viewport content="width=device-width, initial-scale=1">
  <link rel=stylesheet href="/style.css">
  <link rel=canonical href="https://aleteoryx.me/">
</head>
<body<?php if ((new WhichBrowser\Parser(getallheaders()))->isType("mobile")) echo " class=mobile"; ?>>
  <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>
  <div class=border>
    <p>text text text</p>
</body>
</html>