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.

23 lines
799 B

4 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="utf-8">
  5. <title>Tiny Consent | Demo</title>
  6. <link rel="shortcut icon" href="#" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" type="text/css" rel="stylesheet" />
  9. <link href="https://cdn.jsdelivr.net/npm/reflex-grid@2.0.4/css/reflex.min.css" type="text/css" rel="stylesheet" />
  10. <link href="css/demo.css" type="text/css" rel="stylesheet" />
  11. </head>
  12. <body>
  13. <tiny-consent></tiny-consent>
  14. <footer>
  15. <a target="_blank" href="https://github.com/HerrHase/tiny-consent">
  16. <i class="icon icon-github"></i>
  17. </a>
  18. </footer>
  19. <script src="js/demo.js"></script>
  20. </body>
  21. </html>