Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

60 righe
1.7 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. <section id="home">
  27. <div class="wrapper">
  28. <br/>
  29. <h2>
  30. {{.Filename}}</h2>
  31. <h4>
  32. Type: <b>{{.ContentType}}</b></h4>
  33. <h4>
  34. Length: <b>{{.ContentLength}}</b> bytes</h4>
  35. <div>
  36. <a href="#" id="copy-link-btn" class="btn-cta btn">copy link</a> &nbsp;&nbsp;
  37. <a href="{{.Url}}" class="btn-cta btn"> download</i> </a>
  38. <div id="copy-link-wrapper" class="copy-link-wrapper">
  39. <p>Press Ctrl / CMD + C to copy link to your clipboard.</p>
  40. <input readonly="readonly" type="text" value="{{.Url}}" />
  41. </div>
  42. <div id="overlay" class="overlay"></div>
  43. </div>
  44. </div>
  45. </section>
  46. include "includes/footer.html"
  47. include "includes/js.html"
  48. </body>
  49. </html>