Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5. <script src="./vex/vex.combined.min.js"></script>
  6. <style>
  7. div
  8. {
  9. width: 300px;
  10. }
  11. </style>
  12. <link rel="stylesheet" href="vex/vex.css" />
  13. <link rel="stylesheet" href="vex/vex-theme-plain.css" />
  14. </head>
  15. <body>
  16. <script>
  17. vex.dialog.alert({
  18. message: 'Hello, World!',
  19. className: 'vex-theme-plain'
  20. });
  21. </script>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement