website/routes/apps/index.tsx

25 lines
499 B
TypeScript
Raw Permalink Normal View History

export default function App() {
//TODO implement route
return (
<>
<p>
Filters ... - os [] [] [] - cohabit []
</p>
<h1>Apps - pour/de cohabit</h1>
<h2>Auto hébergées</h2>
<h3>Git</h3>
<h3>Redmine</h3>
<h3>PenPot</h3>
<h2>En ligne</h2>
<h3>Matrix</h3>
<h3>Peertube</h3>
<h2>En local/À installer</h2>
<h3>Element (lin, and, web, win, ...)</h3>
<h3>GitNext (and)</h3>
<h1>Apps coup de 💖</h1>
<h3>F-Droid</h3>
<section></section>
</>
)
}