| 123456789101112131415161718192021222324252627282930 |
- <!doctype html>
- <html lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title></title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="assets/css/empty.css">
- <style>
- .ok-vegane { color: green; }
- .pas-vegane { color: red; font-weight: bold; }
- </style>
- <style>
- .btn { padding: 10px; border-radius: 3px; }
- .btn-primary { background: #aaf; border: 1px solid #aaf; }
- .btn-secondary { background: #aff; border: 1px solid #aff; }
- .active { font-weight: bold; }
- </style>
- </head>
- <body>
- <!-- CONTENU -->
- <!-- SCRIPTS -->
- </body>
- </html>
|