feat: proper html file
This commit is contained in:
parent
870899dd6f
commit
934ba3ae92
1 changed files with 18 additions and 5 deletions
23
index.html
23
index.html
|
@ -1,5 +1,18 @@
|
||||||
What's running?
|
<!DOCTYPE html>
|
||||||
<ul>
|
<html lang="en">
|
||||||
<li><a href="https://host.ayo.run">host.ayo.run</a></li>
|
|
||||||
<li><a href="https://git.ayo.run">git.ayo.run</a></li>
|
<head>
|
||||||
</ul>
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>ayo.run: what's running?</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>What's running?</h1>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://host.ayo.run">host.ayo.run</a></li>
|
||||||
|
<li><a href="https://git.ayo.run">git.ayo.run</a></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in a new issue