diff options
author | alyx <alyx@aleteoryx.me> | 2024-01-03 21:05:23 -0500 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2024-01-03 21:05:23 -0500 |
commit | 82fd55c70d5cc6fb875210e5413db00ad658d52d (patch) | |
tree | 4cee82969537199bab320d998dc8d90c71841c9e /index.php | |
download | ame-homepage-82fd55c70d5cc6fb875210e5413db00ad658d52d.tar.gz ame-homepage-82fd55c70d5cc6fb875210e5413db00ad658d52d.tar.bz2 ame-homepage-82fd55c70d5cc6fb875210e5413db00ad658d52d.zip |
getting all setup
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 0000000..853e154 --- /dev/null +++ b/index.php @@ -0,0 +1,13 @@ +<?php require_once "vendor/autoload.php"; ?> +<!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> + <h1>hi!</h1> +</body> +</html> |