ayo.run/index.html
2025-05-11 21:05:55 +02:00

37 lines
1.1 KiB
HTML

<!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>
<meta property="og:description" content="Home to self-hosted open source alternatives for popular services">
<meta name="description" content="Home to self-hosted open source alternatives for popular services">
<meta itemprop="description" content="Home to self-hosted open source alternatives for popular services">
<meta property="og:title" content="Ayo.run - What's running?">
<meta property="og:url" content="http://ayo.run">
<meta property="og:site_name" content="www.ayo.run">
<link rel="stylesheet" href="pico.min.css">
<style>
html, body {
height: 100%;
}
body {
padding: 1em;
place-content: safe center;
display: grid;
}
</style>
</head>
<body>
<main>
<h1>What's running?</h1>
<ul>
<li><strong>Forgejo</strong> - <a href="https://git.ayo.run/ayo">git.ayo.run</a></li>
<li><strong>Coolify</strong> - <a href="https://host.ayo.run">host.ayo.run</a></li>
</ul>
</main>
</body>
</html>