start landing page

This commit is contained in:
Nicolas Cusan
2019-01-10 15:29:50 +01:00
parent 178a873346
commit f9e455e4f7

View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>
Destyle.css - a clean slate for writing CSS without user agent styles
</title>
</head>
<body>
<main>
<h1>Destyle.css</h1>
<h2>
Opinionated reset stylesheet that provides a clean slate for styling
your html.
</h2>
<a class="btn" href="https://github.com/nicolas-cusan/destyle.css"
>Docs / Github</a
>
<a class="btn" href="test.html">Test page</a>
</main>
</body>
</html>