brutcss/h/download.html
Yann Esposito (Yogsototh) 3520c8ac6a
pages
2022-09-26 18:42:07 +02:00

31 lines
1 KiB
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</a>
<a class="current" href="download.html">Download</a>
<a href="examples.html">Examples</a>
<a href="https://gitea.esy.fun/yogsototh/brutcss">Code</a>
</div>
</nav>
<button class="btn sm btn-close">×</button>
<div class="container">
<div class="row">
<div class="c12">
<div class="card col" style="min-height:40rem; background:url('img/brutalisme.jpg'); background-size: 100%; align-items:center;">
<a class="btn info huge" href="../brut.min.css">Download BRUT</a>
</div>
</div>
</div>
</div>
</body>
</html>