brutcss/h/download.html
Yann Esposito (Yogsototh) 81eea93929
Fix nav, new webp image
2022-10-02 01:17:13 +02:00

25 lines
829 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BRUT - download</title>
<link href="../brut.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav class="nav" tabindex="-1" onclick="this.focus()">
<div class="container">
<a class="pagename" href="../index.html">BRUT</a>
<a href="docs.html">Docs</a>
<a class="current" href="#">Download</a>
<a href="https://gitea.esy.fun/yogsototh/brutcss">Code</a>
</div>
</nav>
<button class="btn sm btn-close">×</button>
<div class="central" style="background-image:url('img/brutalism.webp')">
<a class="btn warn huge" href="../brut.min.css">Download BRUT</a>
</div>
</body>
</html>