empty.html 709 B

123456789101112131415161718192021222324252627282930
  1. <!doctype html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title></title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="css/empty.css">
  10. <style>
  11. .ok-vegane { color: green; }
  12. .pas-vegane { color: red; font-weight: bold; }
  13. </style>
  14. <style>
  15. .btn { padding: 10px; border-radius: 3px; }
  16. .btn-primary { background: #aaf; border: 1px solid #aaf; }
  17. .btn-secondary { background: #aff; border: 1px solid #aff; }
  18. .active { font-weight: bold; }
  19. </style>
  20. </head>
  21. <body>
  22. <!-- CONTENU -->
  23. <!-- SCRIPTS -->
  24. </body>
  25. </html>