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.
 
 
 

128 lines
4.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. <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. <section id="home">
  52. <div class="wrapper">
  53. <br/>
  54. <h2 class="page-title">{{.Filename}}</h2>
  55. <h4>type: <b>{{.ContentType}}</b></h4>
  56. <h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
  57. <a href="{{.Url}}" class="btn-cta btn"> download</i> </a> <br/><br/>
  58. <div class="row animated fadeInDown">
  59. <div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
  60. <div class="terminal-top">
  61. </div>
  62. <div id="terminal" class="terminal preview-image">
  63. <img src="{{.Url}}" alt="">
  64. </div>
  65. </div>
  66. </div>
  67. <br/>
  68. <div>
  69. <div>
  70. </section>
  71. <footer>
  72. <div class="wrapper">
  73. <div style="">
  74. <a href="bitcoin:164ybRMLbg1dhhWWiUkXtiNr7jUhMKdJqH" label="Bitcoin+Donation" style="word-wrap: break-word;">
  75. <img border="0" src=" /images/bitcoin.png" style="margin: 0 auto;;">
  76. </a>
  77. </div>
  78. <br/>
  79. <br/>
  80. <img src="/images/Logo-orange.png" alt="Founded in Holland">
  81. <p>Made with <i class="icon-heart"></i> by <a href="http://blog.dutchcoders.io/" title="Dutch Coders">Dutch Coders</a>
  82. </p>
  83. </div>
  84. </footer>
  85. <a href="https://github.com/dutchcoders/transfer.sh/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
  86. <script>
  87. (function() {
  88. var uv = document.createElement('script');
  89. uv.type = 'text/javascript';
  90. uv.async = true;
  91. uv.src = '//widget.uservoice.com/5rkATbLIm8ClJQeOirOhFg.js';
  92. var s = document.getElementsByTagName('script')[0];
  93. s.parentNode.insertBefore(uv, s)
  94. })()
  95. </script>
  96. <!--[if lt IE 7]>
  97. <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
  98. <![endif]-->
  99. <script src="/scripts/main.js"></script>
  100. </body>
  101. </html>