Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.4 KiB

  1. <!doctype html>
  2. <html class="no-js" lang="en_EN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>Crispy CSS | Lightweight CSS Framework for Building Apps and Websites</title>
  7. <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.">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="styles.css">
  10. </head>
  11. <body>
  12. <header id="header" class="header">
  13. <div class="container">
  14. <div class="grid">
  15. <div class="col-12">
  16. <div class="text-center">
  17. <hgroup>
  18. <a href="/">
  19. <h1 class="h2 margin-top-4 margin-bottom-0">
  20. <svg class="icon icon--big margin-bottom-1" alt="Crispy CSS">
  21. <use xlink:href="symbol-defs.svg#icon-logo" />
  22. </svg><br />
  23. Crispy CSS
  24. </h1>
  25. </a>
  26. <small class="text-color-primary">v3.0.0</small>
  27. <h2 class="h5 margin-top-1">
  28. Lightweight CSS Framework for Building Apps and Websites
  29. </h2>
  30. </hgroup>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. </header>
  36. <div class="container">
  37. </div>
  38. <footer class="footer background-color-info margin-top-4 padding-top-5 padding-bottom-2">
  39. <div class="container">
  40. <div class="grid">
  41. <div class="col-12">
  42. <div class="text-center">
  43. <ul class="group group--horizontal group--separate">
  44. <li class="group__item">
  45. <a class="text-color-white" href="/imprint.html">Imprint</a>
  46. </li>
  47. <li class="group__item">
  48. <a class="text-color-white" href="/privacy-policy.html">Privacy Policy</a>
  49. </li>
  50. </ul>
  51. <p class="margin-top-1">
  52. Made with Euphorie by Björn Hase, <a class="text-color-white" href="https://tententakelfabrik.de" target="_blank">Tentakelfabrik</a>
  53. </p>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. </footer>
  59. </body>
  60. </html>