feat: proper html file
This commit is contained in:
parent
870899dd6f
commit
934ba3ae92
1 changed files with 18 additions and 5 deletions
19
index.html
19
index.html
|
@ -1,5 +1,18 @@
|
|||
What's running?
|
||||
<ul>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<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>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue