|
|
- <!doctype html>
- <html class="no-js" lang="en_EN">
-
- <head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title>Crispy CSS | Lightweight CSS Framework for Building Apps and Websites</title>
- <meta name="description" content="Lightweight Framework for building fast and clean Websites and Apps for Mobile, Tablet and Desktop. Minimal UI-Elements, Functions and Helpers.">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="styles.css">
- </head>
-
- <body>
- <header id="header" class="header">
- <div class="container">
- <div class="grid">
- <div class="col-12">
- <div class="text-center">
- <hgroup>
- <a href="/">
- <h1 class="h2 margin-top-4 margin-bottom-0">
- <svg class="icon icon--big margin-bottom-1" alt="Crispy CSS">
- <use xlink:href="symbol-defs.svg#icon-logo" />
- </svg><br />
- Crispy CSS
- </h1>
- </a>
- <small class="text-color-primary">v3.0.0</small>
- <h2 class="h5 margin-top-1">
- Lightweight CSS Framework for Building Apps and Websites
- </h2>
- </hgroup>
- </div>
- </div>
- </div>
- </div>
- </header>
-
- <div class="container">
-
- </div>
-
- <footer class="footer background-color-info margin-top-4 padding-top-5 padding-bottom-2">
- <div class="container">
- <div class="grid">
- <div class="col-12">
- <div class="text-center">
- <ul class="group group--horizontal group--separate">
- <li class="group__item">
- <a class="text-color-white" href="/imprint.html">Imprint</a>
- </li>
- <li class="group__item">
- <a class="text-color-white" href="/privacy-policy.html">Privacy Policy</a>
- </li>
- </ul>
- <p class="margin-top-1">
- Made with Euphorie by Björn Hase, <a class="text-color-white" href="https://tententakelfabrik.de" target="_blank">Tentakelfabrik</a>
- </p>
- </div>
- </div>
- </div>
- </div>
- </footer>
-
- </body>
- </html>
|