|
|
- <!DOCTYPE html>
- <html>
- <head lang="en">
- <meta charset="utf-8">
-
- <title>Tiny Consent | Demo</title>
- <link rel="shortcut icon" href="#" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
-
- <link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" type="text/css" rel="stylesheet" />
- <link href="https://cdn.jsdelivr.net/npm/reflex-grid@2.0.4/css/reflex.min.css" type="text/css" rel="stylesheet" />
- <link href="css/demo.css" type="text/css" rel="stylesheet" />
- </head>
- <body>
- <tiny-consent></tiny-consent>
- <tiny-consent-button></tiny-consent-button>
- <iframe src="https://discordapp.com/widget?id=475693914230358067&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
- <footer>
- <a target="_blank" href="https://github.com/HerrHase/tiny-consent">
- <i class="icon icon-github"></i>
- </a>
- </footer>
- <script src="js/demo.js"></script>
- </body>
- </html>
|