- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Example</title>
- </head>
- <body class="night-mode">
- <div id="toasts-container" class="position-right position-bottom">
- <div id="toasts-content"></div>
- </div>
- <script src="../dist/example.js"></script>
- </body>
- </html>
|