ayo.run/index.html
2025-05-19 12:23:30 +02:00

38 lines
1.3 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>Coolify</strong> - <a href="https://host.ayo.run/">host.ayo.run</a></li>
<li><strong>Docmost</strong> - <a href="https://notes.ayo.run/share/qgihgf2kym/p/ayo-s-notes-iyX1WHad4o">notes.ayo.run</a></li>
<li><strong>Immich</strong> - <a href="https://pics.ayo.run/">pics.ayo.run</a></li>
</ul>
</main>
</body>
</html>