new: homepage redesign

This commit is contained in:
ngn
2024-03-30 03:13:59 +03:00
parent ff509f7300
commit c0e8d48681
4 changed files with 42 additions and 0 deletions

View File

@ -6,9 +6,14 @@
<meta name="viewport" content="width=1200">
<link href="/global.css" rel="stylesheet">
<link href="/md.css" rel="stylesheet">
<link href="/index.css" rel="stylesheet">
</head>
<body>
{{template "parts/bar" .}}
<header>
<h1>MatterLinux</h1>
<h3>A tiny GNU/Linux distribution</h3>
</header>
<main class="md">
{{.readme.HTML}}
</main>