summaryrefslogtreecommitdiffstats
path: root/index.php
blob: 853e154f3378038f86605acbc7c44a1765021cf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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>