tori/index.html
2024-07-08 14:36:52 -03:00

28 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tori</title>
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<a id="a11y-skip" href="#main">Skip to main content</a>
<header>
<h1>tori</h1>
</header>
<nav>
<ul id="nav-menu">
<li><a id="nav-menu-home" href="#">Home</a></li>
<li><a id="" href="https://brew.bsd.cafe/jutty/tori">Source Code</a></li>
<li><a id="" href="https://github.com/jultty/tori">GitHub Mirror</a></li>
<li><a id="" href="https://codeberg.org/jutty/tori">Codeberg Mirror</a></li>
</ul>
<main id="main">
<p>tori is a tool to track your personal systems' configurations and replicate them.</p>
<p>For a more detailed description, see the <a href="https://blog.jutty.dev/posts/introducing-tori.html">announcement blog post</a>.</p>
<p>Development has just started. Futurely, this page will be used to host documentation and publish development updates.</p>
</main>
</nav>
</body>
</html>