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.

25 lines
1004 B

4 years ago
4 years ago
4 years ago
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. <tiny-consent-button></tiny-consent-button>
  15. <iframe src="https://discordapp.com/widget?id=475693914230358067&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
  16. <footer>
  17. <a target="_blank" href="https://github.com/HerrHase/tiny-consent">
  18. <i class="icon icon-github"></i>
  19. </a>
  20. </footer>
  21. <script src="js/demo.js"></script>
  22. </body>
  23. </html>