index.html 354 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Example</title>
  6. </head>
  7. <body class="night-mode">
  8. <div id="toasts-container" class="position-right position-bottom">
  9. <div id="toasts-content"></div>
  10. </div>
  11. <script src="../dist/example.js"></script>
  12. </body>
  13. </html>