45 lines
1.4 KiB
HTML
45 lines
1.4 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>MatterLinux | Download</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=1200">
|
||
|
<link href="/global.css" rel="stylesheet">
|
||
|
<link href="/download.css" rel="stylesheet">
|
||
|
<link href="/md.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
{{template "parts/bar" .}}
|
||
|
<main>
|
||
|
<div class="md">
|
||
|
<h1>Download MatterLinux</h1>
|
||
|
</div>
|
||
|
<div class="list">
|
||
|
<div class="entry">
|
||
|
<h1>Version</h1>
|
||
|
<h1>{{.readme.Title}}</h1>
|
||
|
</div>
|
||
|
<div class="entry">
|
||
|
<h1>Release Archive</h1>
|
||
|
<div class="downloads">
|
||
|
<a href="https://rel.matterlinux.xyz/{{.readme.Title}}/matterlinux_{{.readme.Title}}.tar.gz">Download</a>
|
||
|
<p>|</p>
|
||
|
<a href="https://rel.matterlinux.xyz/{{.readme.Title}}/matterlinux_{{.readme.Title}}.tar.gz.sig">Signature</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="entry">
|
||
|
<h1>Release ISO</h1>
|
||
|
<div class="downloads">
|
||
|
<a href="https://rel.matterlinux.xyz/{{.readme.Title}}/matterlinux_{{.readme.Title}}.iso">Download</a>
|
||
|
<p>|</p>
|
||
|
<a href="https://rel.matterlinux.xyz/{{.readme.Title}}/matterlinux_{{.readme.Title}}.iso.sig">Signature</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="readme md">
|
||
|
{{.readme.HTML}}
|
||
|
</div>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|