You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

71 lines
2.0 KiB

  1. <!doctype html>
  2. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!-->
  6. <html class="no-js">
  7. <!--<![endif]-->
  8. include "includes/head.html"
  9. <body id="download">
  10. <script>
  11. (function(i, s, o, g, r, a, m) {
  12. i['GoogleAnalyticsObject'] = r;
  13. i[r] = i[r] || function() {
  14. (i[r].q = i[r].q || []).push(arguments)
  15. }, i[r].l = 1 * new Date();
  16. a = s.createElement(o),
  17. m = s.getElementsByTagName(o)[0];
  18. a.async = 1;
  19. a.src = g;
  20. m.parentNode.insertBefore(a, m)
  21. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  22. ga('create', 'UA-40833733-1', 'transfer.sh');
  23. ga('send', 'pageview');
  24. </script>
  25. include "includes/navigation.html"
  26. <div id="navigation">
  27. <div class="wrapper">
  28. <a href="/">
  29. <h1>transfer.sh</h1>
  30. </a>
  31. <ul class="hidden-xs">
  32. <li><a href="/">home</a>
  33. </li>
  34. <li><a href="/#samples">sample use cases</a>
  35. </li>
  36. <li><a href="/#contact">contact us</a>
  37. </li>
  38. </ul>
  39. </div>
  40. </div>
  41. <section id="home">
  42. <div class="wrapper">
  43. <br/>
  44. <h2>
  45. {{.Filename}}</h2>
  46. <div>
  47. <a href="#" id="copy-link-btn" class="btn-cta btn">copy link</a> &nbsp;&nbsp;
  48. <a href="{{.Url}}" class="btn-cta btn"> download</i> </a>
  49. <div id="copy-link-wrapper" class="copy-link-wrapper">
  50. <p>Press Ctrl / CMD + C to copy link to your clipboard.</p>
  51. <input readonly="readonly" type="text" value="{{.Url}}" />
  52. </div>
  53. <div id="overlay" class="overlay"></div>
  54. </div>
  55. </div>
  56. </section>
  57. include "includes/js.html"
  58. </body>
  59. </html>