site/index.php

21 lines
1.1 KiB
PHP
Raw Permalink Normal View History

2018-11-11 04:08:50 +00:00
<!doctype html>
2018-11-11 02:57:01 +00:00
<html>
<head>
<title>TildeLinux</title>
2018-11-11 03:26:06 +00:00
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
2018-11-11 02:57:01 +00:00
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
</head>
<body>
2018-11-11 03:26:06 +00:00
<div class="container">
2018-11-11 02:57:01 +00:00
<h1>TildeLinux</h1>
<p>WIP</p>
2021-07-08 06:01:27 +00:00
<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>
2018-11-11 03:26:06 +00:00
<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>
2018-11-11 03:29:03 +00:00
<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>
2018-11-11 03:26:06 +00:00
</div>
2018-11-11 02:57:01 +00:00
</body>
2018-11-11 03:26:06 +00:00
</html>