UNPKG

pagecss

Version:

Beautiful CSS for single page sites - simple all the way up!

59 lines (47 loc) 1.94 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>PageCSS - Example Pages</title> <link href="favicon.ico" rel="icon"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="https://pagecss.org/"> <meta name="twitter:creator" content="@andychilton"> <meta name="twitter:title" content="PageCSS"> <meta name="twitter:description" content="Beautiful CSS for single page sites - a myriad of options and components."> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="../dist/page.css"> </head> <body class="pagecss"> <main class="container"> <section> <h1>PageCSS Examples</h1> <p> PageCSS is a lightweight, easy to use way to make your pages just look nicer! Using PageCSS is simple and gives your pages a light washover to make them look clean, simple, and readable. </p> <ul> <li><a href="simple-text.html">Simple Text (e.g. Markdown)</a></li> <li><a href="components.html">Components</a></li> <li><a href="full-width.html">Full Width</a></li> </ul> <p> (Ends) </p> </section> </main> <footer class="container"> <p> Made with <a href="https://pagecss.org/">PageCSS</a> and &hearts; by <a href="https://chilts.org/">Andy Chilton</a>. View the <a href="https://github.com/chilts/pagecss">source on GitHub <i class="fa fa-external-link" aria-hidden="true"></i></a>. </p> </footer> </body> </html>