47 lines
1.4 KiB
HTML
47 lines
1.4 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>
|
|
<div>
|
|
<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>
|
|
<footer>
|
|
<hr />
|
|
<small>
|
|
<em>Just keep hosting.</em><br />
|
|
<em>A project by <a href="https://ayo.ayco.io">Ayo Ayco</a></em>
|
|
</small>
|
|
</footer>
|
|
<div>
|
|
</body>
|
|
|
|
</html>
|