site/index.php

21 lines
1.1 KiB
PHP

<!doctype html>
<html>
<head>
<title>TildeLinux</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
</head>
<body>
<div class="container">
<h1>TildeLinux</h1>
<p>WIP</p>
<p>You can test out the current build of tildelinux by downloading the usb image from: <a href="https://drone.tildelinux.org/builds/tildelinux/" target="_blank">https://drone.tildelinux.org/builds/tildelinux/</a></p>
<p>the plan is to customize debian to be super easy to drop in and get started with the coolest tilde things</p>
<p>check out <a href="https://web.tilde.chat/?join=tildelinux">#tildelinux</a> on <a href="https://tilde.chat">tilde.chat</a> for more info</p>
<p>also see the <a href="https://pad.tildeverse.org/kanban/#/2/kanban/edit/6w87ujP7uDa4BmZndChHSwZl/">kanban board</a> (or <a href="https://trello.com/b/lf1aXq3r/tildelinux">Trello</a> if you're too lazy).</p>
</div>
</body>
</html>