diff options
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> |