| <!DOCTYPE html> |
| <html> |
| <head> |
| <title>subscription-table-sk</title> |
| <meta charset="utf-8" /> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| </head> |
| <body class="body-sk"> |
| <section class="body-sk font-sk"> |
| <h1>subscription-table-sk</h1> |
| <subscription-table-sk id="plot-light"></subscription-table-sk> |
| </section> |
| |
| <section class="body-sk font-sk darkmode"> |
| <h1>subscription-table-sk</h1> |
| <subscription-table-sk id="plot-dark"></subscription-table-sk> |
| </section> |
| |
| <button id="populate-tables">Populate Tables</button> |
| <button id="toggle-tables">Toggle Alerts Table</button> |
| <error-toast-sk></error-toast-sk> |
| </body> |
| </html> |