Guest User

Untitled

a guest
Jan 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <style>
  6. [data-download] {
  7. color: blue;
  8. }
  9.  
  10. [data-download][href="#"] {
  11. color: grey;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <h2>TSV Reports</h2>
  17. <a download="report-tsv.tsv" href="#">Download TSV</a>
  18.  
  19. <script src="ZohoEmbededAppSDK.min.js"></script>
  20. <script src="generate-tsv-links.js"></script>
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment