48 lines
1.8 KiB
HTML
48 lines
1.8 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? - a personal website by Ayo Ayco</title>
|
|
<meta property="og:description" content="Home to self-hosted open source productivity web apps. A personal website by Ayo Ayco">
|
|
<meta name="description" content="Home to self-hosted open source productivity web apps. A personal website by Ayo Ayco">
|
|
<meta itemprop="description" content="Home to self-hosted open source productivity web apps. A personal website by Ayo Ayco">
|
|
<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><a href="http://coolify.io/"><strong>Coolify</strong></a> · <a href="https://host.ayo.run/">host.ayo.run</a></li>
|
|
<li><a href="http://docmost.com/"><strong>Docmost</strong></a> · <a href="https://notes.ayo.run/share/qgihgf2kym/p/ayo-s-notes-iyX1WHad4o">notes.ayo.run</a></li>
|
|
<li><a href="http://immich.app/"><strong>Immich</strong></a> · <a href="https://pics.ayo.run/">pics.ayo.run</a></li>
|
|
<li><a href="http://owncloud.com/"><strong>Owncloud</strong></a> · <a href="https://drive.ayo.run/">drive.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</a></em>
|
|
</small>
|
|
</footer>
|
|
<div>
|
|
</body>
|
|
|
|
</html>
|