UNPKG

sh-modal-dialog

Version:
25 lines (24 loc) 504 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example</title> <style> body { color: #fff; position: fixed; top: 0; bottom: 0; left: 0; right: 0; margin: 0; padding: 20px; background: linear-gradient(#284D51, #304853) fixed !important; } </style> </head> <body> <div id="app"></div> <script src="../bin/example.js"></script> </body> </html>