Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

97 lignes
3.2 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. <head>
  9. <meta charset="utf-8">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11. <title>transfer.sh - Easy and fast file sharing from the command-line.</title>
  12. <meta name="description" content="Easy and fast file sharing from the command-line.">
  13. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  14. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  15. <link rel="stylesheet" href="styles/main.css">
  16. <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300' rel='stylesheet' type='text/css'>
  17. <link href='//fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
  18. <script src="scripts/vendor/modernizr.js"></script>
  19. </head>
  20. <body id="download">
  21. <script>
  22. (function(i, s, o, g, r, a, m) {
  23. i['GoogleAnalyticsObject'] = r;
  24. i[r] = i[r] || function() {
  25. (i[r].q = i[r].q || []).push(arguments)
  26. }, i[r].l = 1 * new Date();
  27. a = s.createElement(o),
  28. m = s.getElementsByTagName(o)[0];
  29. a.async = 1;
  30. a.src = g;
  31. m.parentNode.insertBefore(a, m)
  32. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  33. ga('create', 'UA-40833733-1', 'transfer.sh');
  34. ga('send', 'pageview');
  35. </script>
  36. <div id="navigation">
  37. <div class="wrapper">
  38. <a href="/">
  39. <h1>transfer.sh</h1>
  40. </a>
  41. <ul class="hidden-xs">
  42. <li><a href="/">home</a>
  43. </li>
  44. <li><a href="/#samples">sample use cases</a>
  45. </li>
  46. <li><a href="/#contact">contact us</a>
  47. </li>
  48. </ul>
  49. </div>
  50. </div>
  51. <div id="navigation">
  52. <div class="wrapper">
  53. <a href="/">
  54. <h1>transfer.sh</h1>
  55. </a>
  56. <ul class="hidden-xs">
  57. <li><a href="/">home</a>
  58. </li>
  59. <li><a href="/#samples">sample use cases</a>
  60. </li>
  61. <li><a href="/#contact">contact us</a>
  62. </li>
  63. </ul>
  64. </div>
  65. </div>
  66. <section id="home">
  67. <div class="wrapper">
  68. <br/>
  69. <h2>
  70. {{.Filename}}</h2>
  71. <div>
  72. <a href="#" id="copy-link-btn" class="btn-cta btn">copy link</a> &nbsp;&nbsp;
  73. <a href="{{.Url}}" class="btn-cta btn"> download</i> </a>
  74. <div id="copy-link-wrapper" class="copy-link-wrapper">
  75. <p>Press Ctrl / CMD + C to copy link to your clipboard.</p>
  76. <input readonly="readonly" type="text" value="{{.Url}}" />
  77. </div>
  78. <div id="overlay" class="overlay"></div>
  79. </div>
  80. </div>
  81. </section>
  82. <script src="scripts/main.js"></script>
  83. </body>
  84. </html>