mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-30 16:30:01 +02:00
start landing page
This commit is contained in:
25
index.html
25
index.html
@@ -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>
|
||||
|
Reference in New Issue
Block a user