Guest User

Untitled

a guest
Oct 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>Share API Shim Demo</title>
  6. <script type="aplication/javascript" src="/path/to/dialog-shim.js"></script>
  7. <script type="module" src="index.js" async=""></script>
  8. <script type="application/javascript" async="" nomodule=""></script>
  9. </head>
  10. <body>
  11. <button class="share">Share this page</button>
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment