add some links and meta tags in head

This commit is contained in:
fosslinux 2018-11-10 22:26:06 -05:00 committed by Samuel Tyler
parent d080422385
commit f8ac0fa950
1 changed files with 9 additions and 1 deletions

View File

@ -1,10 +1,18 @@
<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>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>.</p>
</div>
</body>
</html>
</html>