brutcss/h/download.html
Yann Esposito (Yogsototh) 3ee2a24287
std size
2022-09-27 12:11:16 +02:00

24 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/brutalisme.jpg')">
<a class="btn info huge" href="../brut.min.css">Download BRUT</a>
</div>
</body>
</html>