| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>config-dialog-sk demo</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"> | |
| <button id="ask">Open Dialog</button> | |
| <confirm-dialog-sk id="dialog"></confirm-dialog-sk> | |
| <h2>Results</h2> | |
| <pre id="results"></pre> | |
| </body> | |
| </html> |