summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAleteoryx <alyx@aleteoryx.me>2024-08-17 17:22:26 -0400
committerAleteoryx <alyx@aleteoryx.me>2024-08-17 17:22:26 -0400
commit6b5302c37a825656ba6265e2d99689329fee20e2 (patch)
treebf4d95e2282e11343f381f7583984838e65e6d8f /index.php
parent82fd55c70d5cc6fb875210e5413db00ad658d52d (diff)
downloadame-homepage-6b5302c37a825656ba6265e2d99689329fee20e2.tar.gz
ame-homepage-6b5302c37a825656ba6265e2d99689329fee20e2.tar.bz2
ame-homepage-6b5302c37a825656ba6265e2d99689329fee20e2.zip
backup before i nuke most work
Diffstat (limited to 'index.php')
-rw-r--r--index.php24
1 files changed, 21 insertions, 3 deletions
diff --git a/index.php b/index.php
index 853e154..38d201b 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,17 @@
-<?php require_once "vendor/autoload.php"; ?>
+<?php
+require_once "vendor/autoload.php";
+
+define("NAMES", [
+ "Anne",
+ "Amity",
+ "Alyx",
+ "Aleteoryx",
+ "Dana",
+ "Maddie",
+ "Marcy",
+ "Sasha"
+]);
+?>
<!doctype html>
<html lang=en>
<head>
@@ -7,7 +20,12 @@
<link rel=stylesheet href="/style.css">
<link rel=canonical href="https://aleteoryx.me/">
</head>
-<body>
- <h1>hi!</h1>
+<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>